body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.answer {
    font-size: 3rem;
}
img {
    width: 300px;
    height: auto;
}
