body {
    background-color: pink;
}
#right-answer h1 {
    color: white;
    font-weight: bolder;
}
#yes-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#yes-section h1 {
    color: white;
    font-weight: bolder;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: pink;
}
#yes-section img {
    max-width: 500px;
    max-height: 500px;
    display: block;
}