body{
    margin: 0%;
    padding: 0%;
    text-align: center;
    background-color: #524264;
}
.choices{
    display: flex;
    gap: 45px;
    justify-content: center;
    align-items: center;
   
    display: flex;
  

}
.choice{
    height: 165px;
    width: 165px;
   
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
img{
    height: 150px;
    width: 150px;
    border-radius: 50%;

}
.choice:hover{
    opacity: 0.5;
    background-color: white;
}
h1{
    background-color: rgb(33, 29, 29);
    color: white;
    text-align: center;
    height: 3em;
    line-height: 3em;
}
.score-board{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    

}

    
    
  
    

.msg-score{
    margin-top: 30px;
    
   
    
  
    
  
  
}
#msg{
    background-color: black;
    color: white;
    display: inline;
    font-size: 1.5em;
    padding: 5px;
    border-radius: 20%;
   
    
    
}
.score {
    font-weight: bold;
    font-size: 2em;
}

    
  
   
    
