body { 
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-image-div {
    padding-top: 7px;
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 900px;
    height: 320px;
}

.button-container {
    display: flex;
    justify-content: center;
    padding: 10px;
    gap: 15px;
}

.choice-button {
    width: 110px;
    height: 50px;
}

.result-div {
    font-size: 14px;
    font-weight: 500;
    width: 300px;
    height: 130px;
    text-align: center;
    margin: auto;
    line-height: 9px;
}

.score-container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    font-size: 29px;
    width: 900px;
    margin: auto;
    font-weight: 600;
    height: 35px;
    padding-bottom: 30px;
}

#final-result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    width: 500px;
    padding-bottom: 20px;
    height: 40px;
    font-weight: 700;
    font-size: 36px;
}

button {
    border-radius: 5px;
    outline: none;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.844);
    color: white;
    transition: 200ms;
}

#new-game {
    height: 50px;
    width: 170px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
