*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    
}
body{
 
    background-color: aliceblue;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden;
}

.box,.box2,.box3{
    height: 500px;
    width: 300px;
    margin-left: 10%;
    margin: auto;
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 10px;
    


}
.welcome{
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
     margin-top: 100px;
     padding-top: 30px;
  font-family: sans-serif;
  text-decoration:underline;
}
.mode{
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;

}
.offline,.online{
   height: 28px;
   width: 120px;
   background-color: rgb(184, 240, 245);
    color: black;
    font-size: 20px;
    font-weight: 300;
    margin-top: 50px;
    margin-left: 30px;
    text-align: center;
    padding-top: 5px;
    border-radius: 10px;
    font-family:sans-serif;
    font-weight:600;
}

img{
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin-top: -130px;
    margin-left: 200px;
    
}
hr{
    height: 1px;
    background-color: white;
    margin-top:30px;
}


a{
    text-decoration: none;
}
/* 
-------------------------------------------------------------------- */

.box2{
   
    margin: auto;
    
    /* margin-top:-635px; */
    
    visibility: visible;
    

}
.select{
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    text-decoration: underline;
    padding-top: 30px;
}

.owner{
    height: 25px;
    text-align: center;
    width: 200px;
    background-color: transparent;
    margin: auto;
    margin-top: 80px;
    color: white;
    font-weight: 900;
    text-decoration: underline;
}
.player1{
    height: 30px;
    width: 200px;
    background-color: #8138e1;
   margin: auto;
    color: white;
    font-size: 20px;
 font-weight: 500;
 padding-top: 10px;
 text-align: center;
 margin-top: 80px;
 border-radius: 10px;
 font-weight: 700;

 
}

/* 
-------------------------------------------------------------------------------------------------------------- */
