*{
    margin:0;
    padding:0;
    text-align:center;
}
#Head_data{
    background-color: #2973B2;
    color:#F2EFE7;
    height:8rem;
}
h1{
    font-size: 3rem;
    padding-top: 1rem;
    padding-bottom: .7rem;
}
h4{
    font-size:1.7rem ;
}
.choice{
    height :8rem;
    width:8rem;
}
img:hover{
    border-color:#A9B5DF;
    cursor:pointer;
}
img{
    height :8rem;
    width:8rem;
    object-fit: cover;
    border:0.3rem solid rgb(0, 0, 0);
    border-radius: 50%;
}
.choices{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:4rem;
    margin-top: 5rem;
}
.score-board{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10rem;
    margin-top: 5rem;
    font-size: 2rem;
    color:#2D336B;
}
.score{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}
.message-container{
    margin-top: 5rem;
}
#message{
    font-size: 2rem;
    display:inline;
    background-color: #072592;
    color:#e8f5f6;
    padding: 1rem;
    border-radius: 1.5rem;
}

