.question,
.answer {
    min-width: 200px;
    width: 70%;
    margin: 8px auto;
    padding: 8px;
    border: 1px solid #fcfafa;
    border-radius: 3px;
    outline: 1px solid transparent;
    background-color: #dfdfdf;
    color: #212121;
    text-align: justify;
}

.question {
    margin-top: 32px;
}
