* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Trebuchet MS';
    background-color: #232c33;
    margin-bottom: 50px; /*margin momentanea enquanto não faz o media queries de todos os dispositivos*/
}

section {
    height: 100vh;
    width: 100%;
    background-color: #232c33;
    display: flex;
    align-items: center;
    justify-content: center;
}

#voltar a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    background: #0adce4;
    padding: 10px;
    
}

#voltar {
    margin: 20px 20px 0 20px;
    
}

.container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 0px 20px #00000010;
    background-color: #202c36 /*424750*/;
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 5px;
    font-size: 18px;
    border: 1px solid #424750;
    margin-top: 5px;
    text-align: left;
}

textarea {
    resize: vertical;
}

button[type="submit"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 23px;
    background: #0adce4;
    color: #202c36;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;

}

button[type="submit"]:hover {
    background: #424750;
    color: #fff;
    transition: .3s ease background;
}

#site-escolha {
    text-align: center;
    font-size: 23px;
    color: #fff;
}

/* #container {
    margin: 0 auto;
    margin-top: 10%;
    background: #938209;
    width: 400px;
    height: 300px;
    border-radius: 10px;
} */
