body {
    background: #f9f7f3;
    font-family: 'Georgia', serif;
    color: #1f1f1f;
}
textarea, button {
    font-family: inherit;
    font-size: 1rem;
}
#resposta {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fefdf9;
    border-left: 5px solid #8b5e3c;
    border-radius: 10px;
    font-style: normal;
    white-space: pre-wrap;
}
