/*bodycolor*/
body{
    background-color:none;
}

img{
    width: 100%;
    height: auto;
}

a{
    text-decoration: none!important;    
}

/*border*/
.border
{
    border-bottom: 2px solid blue;
}

.table
{
    text-align: center;
}

 
/* logo */
.size{
    padding: 0px;
    margin: 0px;
    width: 50px;
    height: 50px;   
}

.navbar-brand
{
    margin-left:15%;
    font-weight: 800;
    font-size: 30px!important;
}

/*login*/
.login{
    margin-right: 20%;
    font-size: 20px;
}

/*boxblinking */

.h2box{
    display: inline-block;
    margin-top: 10px;
    width:auto!important;
    height:50px!important;
    padding: 5px;
   /*border:1px solid black;*/
   /* background-color: white;*/
   
 }

.textcolor
{
    color: rgb(210, 16, 16);
    animation: animate 0.8s linear infinite;
} 
 
@keyframes animate{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0.7;
  }
  100%{
    opacity: 0;
  }
}

.search{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 10px;
}
/*whatsapp button*/
.whts{
    position:fixed;
    margin-top: 20%;
    right: 10px;
    width: 70px!important;
    height: 70px!important;
    border: none;
    background-color: transparent;
}

/*colo for title*/

.monthlycolor{
    background-color: rgb(111, 205, 174);
}

/*gamenumber blink*/

 