* {
    margin: 0;

}



#cabeca {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;

}

#cabeca svg {
    width: 20px;
    padding: 20px 70px 20px 100px;
}




#text {
    width: 30%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#text a {
    text-decoration: none;
    color: black;
    font-family: "Jost", sans-serif;
}

#cabeca a img {
    height: 24px;
}





#cabeca img {
    height: 150px;
    margin-left: 2%;
    margin-top: 2%;
}
#base {
    margin-top: 2%;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
}

#form{
    width: 80%;
    height: 70vh;
    background-color:  #330000;
    display: block;
}



#nome{
    height: 3vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 15%;

}


#email{
    height: 3vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 15%;


}



#nomee{
    margin-top: 5%;
     margin-left: 15%;
    color: wheat;
    font-family: "Jost", sans-serif;

}

#emm{
    margin-top: 2%;
     margin-left: 15%;
    color: wheat;
    font-family: "Jost", sans-serif;
}

#sen{
     height: 3vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 15%;
}




#form span{
     color: wheat;
    font-family: "Jost", sans-serif;
    font-size: 50px;
  margin-left: 15%;
}
    
#form   a {
    text-decoration: none;
    color: black;
    font-family: "Jost", sans-serif;
}


#btn {
 margin-top: 2%;
 height: 40px;
 color: aliceblue;
 background-color: wheat;
 width: 6%;
margin-left: 15%;
 display: flex;
 justify-content: center;
 align-items: center ;
}



#pe {
    height: 25vh;
    background-color: wheat ;
    
  
}



#pe p{
    font-family: "Jost", sans-serif;
    margin-left: 10%;
    padding-top: 2%;
    line-height: 200%;
}

#pe nav img {
    height: 25px;
    padding: 10px;

   
}

#pe nav {
    margin-left: 80%;
    
}
