* {
    margin: 0;
}

a {
    text-decoration: none;
    color: rgb(249 205 107) ;
}

#logo {
    height: 20vh;
    margin-top: -2%;
}

#dv {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#carrinho {
    height: 3vh;
}

header {
    background-color: rgb(2 19 39);
    height: 15vh;
}

header span {
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
}
#pesq {
    height: 3vh;
    filter: invert();
    
}


#base{
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(2 19 39) ;
}



#f{
border-radius: 8%;
background-color:  rgb(6, 28, 49);
width: 40%;
height: 80vh;

}

#f span {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    font-weight: 900;
    
    margin-left: 30%;
      color: rgb(249 205 107);
}



#f img {
    height: 15vh;
    width: 20%;
}

#nome{
    height: 4vh;
    width: 45%;
    margin-top: 2%;
    margin-left: 25%;
 background-color: rgb(20, 51, 82);
}
#email{
    height: 4vh;
    width: 45%;
    margin-top: 2%;
    margin-left: 25%;
    background-color: rgb(20, 51, 82);
}
#msg{
    height: 5vh;
    width: 45%;
    margin-top: 2%;
    margin-left: 25%;
     background-color: rgb(20, 51, 82);
}

#nomee{
    margin-left: 25%;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-size: 2vh;
    margin-top: 15%;
}
#emm{
    margin-left: 25%;
     font-family: Georgia, 'Times New Roman', Times, serif;
     font-size: 2vh;
}

#btn p {
    color: black;
}

#btn {
 margin-top: 2%;
 height: 40px;

 background-color: rgb(249 205 107);
 width: 40%;
 display: flex;
 justify-content: center;
 align-items: center ;
}

#nav{
    width: 100%;
     display: flex;
    justify-content: center;
 
}


#rodape{
    width: 100%;
    height: 25vh;
    background-color: rgb(8 27 46);
    display:flex ;
    align-items: center;
}


#logo2 {
    height: 20vh;
    
}

#txt{
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    margin-left: 10%;
   
}

#imgg{
    height: 3vh;
    width: 3vh;
    margin-right: 1%;
}

#imgg1{
    margin-left: 40%;
    height: 3vh;
    width: 3vh;
    margin-right: 1%;
}