* {
    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();
    
}

#nv{
    height: 90vh;
    background-color: rgb(8 27 46);
  
}

#txt{
   display: flex;
   justify-content: center;
    height: 15vh;
    align-items: center;

}

#txt span{
     font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    font-size: 7vh;
    font-weight: 500;
}

#base {
    background-color: rgb(2 19 39);
    border-radius: 8%;
    width: 70%;
    height: 70vh;
  
}

#flex {
    width: 100%;
    display: flex;
    align-items: center;
justify-content: center;
}

#base img {
    height: 30vh;
    margin-top: 8%;
    margin-left: 10%;

}


#nvv {
    width: 40%;
    text-align: center;
  margin-top: -15%;
  margin-left: 30%;
  
}

#sp1{
    font-family: "Jost", sans-serif;
color: white;
font-size: 3.5vh;

}

#preço {
margin-top: -5%;
margin-left: 80%;
}


#preço span{
    font-family: "Jost", sans-serif;
    color: white;
    font-size: 3.5vh;
}




#dd{
    width: 50%;
    height: 5vh;
    background-color: rgb(249 205 107);
  color: black;
    display: flex;
    justify-content: center;
    align-items: center ;
    margin-top: 10%;
    margin-left: 25%;
}

#dd span{
    font-family: "Jost", sans-serif;
color: black;
font-size: 2.2vh;}

#rodape{
    width: 100%;
    height: 25vh;
    background-color:rgb(2 19 39) ;
    display:flex ;
    align-items: center;
}


#logo2 {
    height: 20vh;
    
}

#txtt{
    font-family: "Jost", sans-serif;
    color: rgb(249 205 107);
    margin-left: 10%;

   
}



#imgg{
    height: 3vh;
    width: 3vh;
        margin-right: 1%;
}

#imgg1{
    margin-left: 50%;
    height: 3vh;
    width: 3vh;
    margin-right: 1%;
}