#interface{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    background-color: black;
    width: 100%;
    height: auto;
}
header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: auto;
}
#fotologo{
   display: flex;
   justify-content: center;
    width:400px;
   
}
#links{
margin-bottom: 10px;
    
}
a{
   padding: 10px;
   font-size: 23px;
   border: 1px solid silver;
   border-radius: 30px;
   text-decoration: none;
}
a:hover{
    border: 1px solid gold;
    color: gold;
}

main{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    width: 100%;
    height: auto;
    background-color: rgb(0, 0, 0);

}

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



#imgcolaboradores{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}

.logocolabo{
width: 80%;
}

#album{
    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-image: linear-gradient( rgb(0, 0, 0), blue);
}
#musicas{
     display: flex;
     flex-wrap: wrap;
    justify-content: center;    
    width: 100%;
    height: auto;
}
fieldset{
 margin: auto;
 color: aliceblue;
   
}
h2{
    color: aliceblue;
}
H3{
    color: aliceblue;
}
h4{
    color: aliceblue;
    font-size: 10px;
}

#EVENTOS{
    width: 100%;
    height: auto;
    display: flex;
    
    flex-wrap: wrap;
    align-items: center;
    background-image: linear-gradient( black, blue);
}

#tecxth2{
    width: 100%;
    height: 100px;
    background-image: linear-gradient(blue,black);
    text-align: center;
}
#tecxth4{
    width: 100%;
    height: 100px;
    background-image: linear-gradient(blue,black);
    text-align: center;
}
#tecxth5{
    width: 100%;
    height: 100px;
    background-image: linear-gradient(black,blue);
    text-align: center;
}

#tecxth3{
display: flex;
margin: auto;

}

#videonet{
    width: 100;
    margin: 10px;
}

#divvideonet{
width: 100%;
display: flex;

justify-content: center;
flex-wrap: wrap;
}

#releasetexto{
    background-image: linear-gradient(blue,rgb(129, 125, 9));
    width: 100%;
    height: auto;
    text-indent: 10px;
   
   
}

p{
    padding: 10px;
}
#divrelease{
    text-align: center;
    padding: 10px;
}
img#fxjh1{
    width: 80%;
}