.content {
    display: flex;
    justify-content: center;
}

.contato {
    width: 100%;
    max-width: 500px;
}

.form {
    display: flex;
    flex-direction: column;
}

.field {
    padding: 14px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 12px;
}

.textarea {
    height: 250px;
}

