* {
    margin: 0;

}







#quadrado {
    margin-top: -5%;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(239 227 203);
}

#form {
    width: 100%;
    height: 72vh;
    background-color: #d61e0f;
    display: block;
}



#nome {
    height: 3vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 25%;

}


#email {
    height: 3vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 25%;


}



#nomee {
    margin-top: 5%;
    margin-left: 25%;
    color: rgb(0, 0, 0);
    font-family: "Jost", sans-serif;

}

#emm {
    margin-top: 2%;
    margin-left: 25%;
    color: rgb(0, 0, 0);
    font-family: "Jost", sans-serif;
}

#msg {
    height: 8vh;
    width: 50%;
    margin-top: 2%;
    margin-left: 25%;
}




#form span {
    color: rgb(0, 0, 0);
    font-family: "Jost", sans-serif;
    font-size: 40px;
    margin-left: 43%;
    display: flex;
    margin-top: 30px;
}


#botao {
    margin-top: 2%;
    height: 40px;
    color: aliceblue;
    background-color: rgb(255, 255, 255);
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav {
    width: 100%;
    display: flex;
    justify-content: center;

}

.casa {
    margin-left: 80%;
    margin-top: -90px;
    display: flex;
}