*{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h1{
    background-color: #081b31;
    color: #fff;
    height: 5rem;
    line-height: 5rem;
}

.choice{
    height: 30vw;
    width: 30vw;
    max-width: 300px;
    max-height: 300px;
}

.choice img{
    height: 90%;
    width: 90%;
    object-fit: cover;
    border-radius: 50%;
}

.choices{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    margin-top: 8rem;
}

.choice:hover{
    opacity: 0.6;
    cursor: pointer;
}

.scoreBoard{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    gap: 5rem;
    margin: 50px;
}

#user{
    font-size: 60px;
}

#comp{
    font-size: 60px;
}

#msg{
    background-color: #081b31;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 1rem 1rem;
    border-radius: 1rem;
    margin: 1rem auto;
    max-width: 90%;
    word-wrap: break-word;
    text-align: center;
}
