h1 {
    text-align: center;
}

#game {
    margin: 50px;
    display: flex;
    justify-content: space-around;
}

.option {
    width: 300px;
    height: 400px;
    border: 1px solid black;
    border-radius: 15px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    cursor: pointer;
}

img {
    width: 290px;
    height: 290px;
    border: 1px solid black;
    border-radius: 15px;
}

.result {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}