#answerOne, #answerTwo, #answerThree, #answerFour {
    border-radius: 10px;
    border: 2px solid black;
    padding: 10px;
    width: 20%;
    margin: 20px;
}

.answer-container {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}