*{
    margin: 0;
    padding: 0;
}
.bgvideo{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.heading{
    margin-top: 30px;
    height: 55px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    font-size: 22px;   
    
}
.mainbtn{
    margin-top: 30px;
    
    height: 200px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    
}
.btn{
    background-color: white;
    height:150px ;
    width: 150px;
    margin: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px;
    border: none;   
}
.score-board{
    margin-top: 40px;
    height: 80px;
    gap: 50px;
    display: flex;
    justify-content: center;

}
.score{
    height: 70px;
    display: block;
    justify-content: center;
    justify-items: center;
    font-size:x-large ;
    font-weight: bolder;
}
.btn:hover{
    opacity: 0.8;
    cursor: pointer;
    border: 5px solid black;
}
#user-score, #comp-score , #draw-case{
    font-size: 60px;
}

.msg-container{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    justify-items: center;

}
#msg{
    
    background-color: #08083c;
    font-size: xx-large;
    color: #fff;
    display: inline;
    border-radius: 1rem;
    padding: 9px;
}