*{
    margin:0px;
    padding:0px;
}
h1{
    background-color: #081b31;
    color:white;
    text-align: center;
    line-height: 50px; 
}
.container{
    display:flex;
    gap:50px;
    width:100%;
    margin-top:40px;
    justify-content: center;
}
img{
    border-radius: 200px;
    height:300px;
    width:300px;
    object-fit: cover;
}
img:hover{
    background-color: #081b31;
    opacity:0.5;

}
.scoreboard{
    display:flex;
    margin-top:50px;
    gap:20px;
    justify-content: center;
    font-size: 40px;
}
.msg-container{
    text-align:center;
    margin-top:50px;
}
#msg{
    font-size:40px;
    background-color: #081b31;
    color:white;
    text-align:center;
    padding:20px;
    display:inline;
    border-radius: 30px;
}

   