*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#centro{
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
gap: 30px;
    
}


#center{
    width: 50%;

}

#yan{
    width: 22%;
    margin-top: 2.5%;


}
#yanchan{
    width: 18%;
    margin-top: 2.5%;
}

#senpai{
    font-size: 70px;
margin-top: 25%;    
font-family: "Changa One", sans-serif;
 
}
#choice{
    font-size: 35px;
margin-top: 2.5%;
margin-bottom: 5%;
font-family: "Changa One", sans-serif;
    font-weight: bold;
}

#text1{
    font-size: 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;

}

#text2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 1.5%;
    font-family: "Actor", sans-serif;
        font-size: 170%;
}


h2{
    color: white;
    
}

.dont{
    font-size: 64px;
    margin-top: 3%;
    margin-bottom: 2.5%; ;
    font-family: "Changa One", sans-serif;
}

/* o # representa um id no HTML */

.mode{
    font-size: 250%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;

} 

body{
    background-color: #FFC3F0;
    

}

img{
    display: block;
    width: 100%;
}

#text3{
    font-size: 55px ;
    text-align: center;
    color: #A50707;
    margin-top: 1.5%;
    font-family: "Azeret Mono", monospace;
        font-weight: bold;


    
}

button{
    display: block;
    width: 200px; 
    height:70px;
 background-color: #FF7DCD ;
 margin-left: auto;
 margin-right: auto;

    border: 0;
}





.conteudo_centrado{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 30px;
}

.duas_colunas {
    font-size: 115%;
    width: 50%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
        align-items: center;

    
}

h2{

    text-align: center;
}





.tres_colunas{
    height: 500px;
    width: 33.33%;
 background-color:green;

}



#text4{
    margin-top: 12.5%;
    margin-bottom: 12.5%;
    font-family: "Actor", sans-serif;
    font-size: 20px;
}




a {
    font-size: 16px;
    font-weight: 600;

    color: white;
    text-decoration: none;
}

 a:hover {
    text-decoration: underline;
}

header {
    background: #FFBDF5;
        background: linear-gradient(180deg, rgba(255, 189, 245, 1) 3%, rgba(255, 125, 205, 1) 60%);

    padding-top: 30px;
    padding-bottom: 30px;
}


nav a {
    
width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.centra_cabecalho {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    

}

#logo {
    width: 150px;
}

@media (max-width:600px){

    .conteudo_centrado {
        flex-direction: column;
        width: 95%;
    }

    .duas_colunas{
        width: 100%;

    }

    .tres_colunas{
        width: 100;
    }

#centro{
  flex-direction: column;
  width: 95%;
}

}



    
