*{
margin: 0;
padding: 0;
border: 0;
}

#interface{
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
}

header{
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 70px;
    background: linear-gradient(silver,black);
    
    
}

img#veios{
    width: 100px;
    left:20px;
}
img#lokos{
    width: 100px;
    left:-17px;
}
.img{
    position: relative;
    margin-left: 12px;
    margin-bottom: 10px;
    width: 32%;
    height: 80%;
}
#logo{
    position: relative;
    margin-left: 14px;
    height: 110px;
    z-index: 1;
}
    #texto{
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        height: auto;
        color: rgb(65, 65, 194);
       
        
    }

    main{

        background-color: black;
        background-repeat: repeat;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
        height: auto;
    }
section#SeçãoRank{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: auto;
    background-color: blue;
    margin-bottom: 10px;
    margin-top: 40px;
    padding: 10px;
}
#defesa{
    position:relative;
    width: 400px;
    height: auto;
    background-color: bisque;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
#assistencia{
    position:relative;
    width: 350px;
    height: auto;
    background-color: bisque;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
#artilharia{
    position:relative;
    width: 560px;
    height: auto;
    background-color: bisque;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.titulo{
    display: flex;
    justify-content: center;
    background-color: gold;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;

}

fieldset{
    margin: auto;
    border: 1px solid black;
}
img#imgfoto1{
position: relative;
top: 5px;    
    
}
.imgfild{
    display: flex;
    align-items: end;
    width: 100%;
    height: auto;

}
#fildArt{
    display: flex;}

   /*------------------------------procurado--------------------------------------------------------*/

   #PROCURADOS{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    
    }

    .procurado1{
        width: 300px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        border: 1px solid gold;
    }
    img#procurado{
     width: 300px;
    }

    #NFofocas{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        

    }

    #fofoca{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    }

    .fofoca{
        display: flex;
    }

    img#professor{
        position: relative;
        width:300px ;
        margin-top: 10px;
    }
    #textofofoca{
        width: 300px;
        font-size: 21px;
        margin-left: 20px;
        color: azure;
    }
    
    H2#titulo{
        display: flex;
        justify-content: center;
        color: rgb(225, 131, 8);
        margin-bottom: 30px;
        border: 1px solid gold;
    }
    H5#titulo{
        display: flex;
        justify-content: center;
        color: rgb(237, 233, 6);
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    p#pro{
        color: antiquewhite;
    }