
#Contato {
    margin: 0 auto;
    margin-top: 250px;
    height: 355px;
    width: 620px;
    text-align: left;
    background-color: #f8f4ef;
    border-radius: 15px;
}

#Contato h1 {
    padding: 6px;
    color: #260401;
    margin-left: 15px;
    
}

#Contato label {
    font-size: medium;
    width: 100px;
    color: #260401;
}

#Contato textarea {
    text-align: left;
    height: 35px;
    width: 200px;
    background-color: #3e2723;
    border-radius: 5px;
    resize: none;
}

.campoResposta {
    margin-top: 22px;
    text-align: left;
    padding-left: 5px;
    height: 25px;
    width: 200px;
    background-color: #3e2723;
    border-radius: 5px;
    border: none;
    color: white;
}

#Contato button {
    margin-top: 25px;
    height: 40px;
    width: 150px;
    background-color: #3e2723;
    border-radius: 5px;
    color: white;
}