@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Lovers+Quarrel&display=swap');

*{
padding: 0;
margin: 0;
}

body{
   --background: #FAEDCD;
   --background: linear-gradient(90deg, rgba(250, 237, 205, 1) 0%, rgb(35, 35, 61) 50%, 90deg, rgba(250, 237, 205, 1) 100%);
   background-color: #233d4d;
   flex-direction: column;
}
.topo{
    --background-color: red;
    --margin-top: 20px;
    --margin-left: 10px;
}

.botao{
    color: #cad2c5;
    text-decoration: none;
    background-color: #0d1b2a;
    padding: 15px 30px;
    --margin-top: 150px;
    border-radius: 10%;
}

.botao:hover{
    color: #0d1b2a;
    background-color: #cad2c5;
}

/*////////////Heather///////////////*/
header{
    background-color: #0d1b2a;
    display: flex;
       justify-content: center;
    align-items: center;
    text-align: center;
}


.nomeprincipal{
    color: aliceblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;

}
.nomeB{
    color: #cad2c5;
    font-size: 35px;
}

/*/////////////Heather///////////////*/

/*/////////////Main///////////////*/
main{
    display: block;
    height: 500px;
    --background-color: pink;
    background: #FAEDCD;
    background: linear-gradient(90deg, rgba(250, 237, 205, 1) 0%, rgb(35, 35, 61) 50%, 90deg, rgba(250, 237, 205, 1) 100%);
}

.alakazam{
    margin: 0 auto;
    display: block;
    margin-top: 1%;
    justify-items: center;
}

.centro{
    background-color: #415a77;
    width: 80%;
    --height: 100px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    border-radius: 2%;
}

.centroo{
    background-color: #415a77;
    width: 80%;
    height: 180px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    border-radius: 2%;
}

.centrol{
    background-color: #415a77;
    width: 80%;
    height: 100px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    border-radius: 2%;
}


.cen1{
    font-size: 60px;
    margin-top: 1%;
}
.cen1-2{
    font-size: 30px;
    margin-top: 1%;
}

.cen2{
    font-size: 30px;
    margin-top: 1%;
    
    width: 50%;
}

.cen3{
    font-size: 30px;
    margin-top: 1%;
    
    width: 100%;
}

.c{
    width: 80%;
    color: #edf6f9;
}

.link{
    text-decoration: none;
    --color: #edf6f9;
    color: #cad2c5;

    
}
.link:hover{
    color: #96ddfe;
}
    /*quando o mause passar por cima*/
/*/////////////Main///////////////*/



.fotinha{
    height: 95px;
    width: 100px;
    margin-left: 1%;
    border-radius: 100%;
    
}
/*/////////////Pé///////////////*/
footer{
    --margin-top: 5%;
    display: flex;
}
.pe{
    align-items: center;
    justify-items: center;
    width: 50%;
    --background-color: #621f25;
}

.conteudoe{
    -background-color: #233d4d;
    width: 100%;
    height: 350px;
    --color: #cad2c5;
 }
.conteudod{
    --background-color: rgb(104, 5, 170);
    width: 100%;
    height: 350px;
}

.sites{
    --display: flex;

}

.text{
    --margin-left: 5%;
    justify-items: center;
    font-size: 50px;
}

.titubaixo{
    color: rgb(255, 255, 255);
    margin-left: 2%;
    font-size: 60px;
    align-items: center;

}

.redes{
    align-items: center;
    background-color: #621f25;
    margin-left: 2%;
    --color:#cad2c5;
    ;

}
.rede{
    color: #edf6f9;
    width: 60%;
    margin-top: 17%;
    border-radius: 10%;

}

.fotosdireita{
    display: flex;
    align-items: center;
}

.redesd{
    --margin-left: 15%;
}