*{
    margin: 0%;
    padding: 0%;
}
h1{
    background-color: #081b31;
    color:white;
    text-align: center;
    line-height:5rem;
}
.choice{
    height:165px;
    width: 165px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
    height:150px;
    width:150px;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.choices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 5rem;
}
.choice:hover{
    cursor: pointer;
    background-color: #081b31;
}
.score-board{
    display: flex;
    justify-content: center;
    align-items: center;
    gap :2rem;
    margin-top: 3rem;
}
.msg-container{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#msg{
    display: inline;
    border: 2px solid black;
    border-radius: 2rem;
    padding: 2rem;
    font-size: 2rem;
    margin-top: 3rem;
    background-color: #081b31;
    color: white;
    font-weight: 500;
}
#user-score,
#comp-score{
    font-size: 2rem;
    font-weight: 400;
}
.full{
    padding:2rem ;
    height: 99rem;
}
.score p{
    font-size: 2rem;
    font-weight: 500;
}

   