*{
    padding: 0;
    margin: 0;
    justify-content: center;align-items: center;text-align: center;
    background-color: rgb(163, 106, 131);
}
.title{
    color: rgb(25, 1, 65);
      text-align: center; justify-content: center;
    font-size: 1rem; margin-top: 3rem;
}

.object{
   
  
    display: flex; margin-top: 2rem; text-align: center;
    align-items: center;justify-content:center;
    

}
.objects{
    height: 200px;width: 200px;
    background-size: cover;gap: 7rem;
    border-radius: 50%;
    border: none;
    

}
img{
    height: 160px;width: 160px;
    background-size: cover;
     border: none;
    border-radius: 50%;
}
.objects :hover{
    opacity:0.5;
    background-color: red;
    cursor:alias;
}
.Scoreboard{
   
}
.score{
    display:flex;
    margin-top: 10px;
    font-size: 2rem;
    gap: 5rem;
    text-align: center;justify-content: center;

}
#user,#COMP{
font-size: 2rem;
}
.container{

    margin-top: 5rem;
}
#msg{

    text-align: center; justify-content: center;
    font-size: 2rem;
    background-color: rgb(211, 166, 189);color: #000;display: inline;
    border-radius: 1rem;padding: 1rem;

}