*{
    padding: o;
    margin: 0;
}
body,html{
    width: 100%;
    height: 100%;
    text-align: center;
    
}
h1{
    background-color: black;
    font-size: 3rem;
    line-height: 5rem;
    color: white;
}
img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 50%;

}
.choice{
    background-color: black;
    border-radius: 50%;
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}
.choice:hover{
    cursor: pointer;
    background-color: #081b31;
    opacity: 13;
}
.choices{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}
.score-board{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-top: 3rem;
    gap: 5rem;
}
#user-score,
#comp-score {
  font-size: 4rem;
}

.msg-container{
    margin-top: 3rem;
}
#msg{
    background-color: #081b31;
    color: #fff;
    font-size: 2rem;
    display: inline;
    padding: 1rem;
    border-radius: 1rem;
   
}
.info{
    margin-top: 4rem;
}
#maker{
    color: white;
    background-color: #081b31;
    font-size: 2rem;
    gap: 2px;
    
}


/* dakr mod systme */
#btn{
    height: 2rem;
    width: 4.2rem;
    margin-top: 20px;
    color: black;
    border-radius:2rem ;

}