.navbar{text-align:center;border:2px solid #000}.navbar>div{display:inline-block}.link1{width:25%}.link2{width:25%}.link3{width:25%}.link4{width:25%}.link5{width:25%}*{box-sizing:border-box;margin:0}.navbar a{display:block;color:red;text-decoration:none;padding:5px;border:2px solid #000;border-radius:10px;background:#127dd9;font-weight:700}a{color:red;text-decoration:none}body{background-color:#000}.content{background:#000;text-align:center}.content h2{padding:2px;background:#127dd9;font-weight:700;border-radius:30px}.content h2,h1{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol!important}.tables-data{border:solid 2px red}table{border-top:1px solid #1f5718;border-left:1px solid #1f5718;width:100%;border-spacing:0;text-align:center}table{font-weight:900;width:100%;color:#fff}.tables-data td{border:solid 2px red}.tables-data{overflow:scroll}.text_1{font-size:22px;color:red;padding:10px}.text_2{font-size:25px;color:blue;padding:10px}section{background:#fff}.table-main .tr1{color:#000;font-size:13px}.warning-section{text-align:center}.warning-section p{color:red;font-weight:700}.footer{font-size:18px;font-weight:700;text-align:center}.game{background:#000;padding:0;border:double 6px #ff0;border-radius:30px}p{font-size:15px;color:#000}.warning-section h1{font-size:20px;color:#000}.foottab{text-align:center}.chartfoot{border:solid 1px;font-size:20px;font-weight:700}*{box-sizing:border-box}.column{float:left;width:50%;padding:10px}.row:after{content:"";display:table;clear:both}.badge{position:absolute;right:0;top:-5px;z-index:10}.message-count{position:relative;display:block;font:bold 14px/13px Helvetica,Verdana,Tahoma;text-align:center;margin:0;top:2px}.float{position:fixed;width:50px;height:40px;bottom:40px;right:40px;background-color:#001fff;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100}.my-float{margin-top:16px}*{box-sizing:border-box}.column{float:left;width:50%;padding:10px}.row:after{content:"";display:table;clear:both}.ball{position:fixed;bottom:60px;left:60px;margin-top:-50px;margin-left:-50px;height:70px;width:70px;border:3px solid #fff;background:url(ss.png);background-size:contain;border-radius:1000px;transform:scale(0);opacity:0;transition-duration:0;transition-timing-function:cubic-bezier(.005,.95,.135,1.205)}.ball .msg-count{position:absolute;top:0;left:0;color:#fff;border:3px solid #fff;background:#e80202;height:25px;width:25px;border-radius:1000px;text-align:center;line-height:18px;font-size:12px;opacity:0;transform:scale(0);transition-timing-function:cubic-bezier(.005,.95,.135,1.205)}.ball .halo{position:absolute;top:18px;left:18px;right:18px;bottom:18px;border-radius:1000px;background:rgba(255,255,255,.6);transform:scale(0)}.ball .notif{position:absolute;top:-50px;left:-20px;width:160px;opacity:0}.ball .notif .bar{position:relative;border-radius:1000px;background:#fff;height:30px;line-height:30px;width:0;margin:0 auto;padding:0 10px;overflow:hidden}.ball .notif .bar .text{position:absolute;margin:0;font-size:14px;color:#555;width:175px;z-index:1}.ball .notif .bar .action{position:relative;z-index:2;height:20px;width:20px;background:#bababa;float:right;margin-top:5px;border-radius:100px;box-shadow:10px 0 0 0 #fff,-10px 0 10px 0 #fff,inset 0 0 0 1px #fff;border:1px solid #bababa}.ball .notif .bar .action::after{content:'';border-left:5px solid #fff;border-top:4px solid transparent;border-bottom:4px solid transparent;display:block;margin-left:7px;margin-top:4px}.ball .notif .arrow{top:30px;border-top:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;width:0;margin:0 auto;transform-origin:top;transform:scale(0)}.anim-start .ball{opacity:1;transform:none;transition-duration:.3s}.anim-start .ball .notif{opacity:1;transition-duration:.2s;transition-delay:1.6s}.anim-start .ball .notif .bar{width:100%;transition-duration:.6s;transition-delay:1.6s}.anim-start .ball .notif .arrow{transform:none;transition-delay:1.6s;transition-duration:.3s}.anim-start .ball .halo{opacity:0;transform:none;transition-duration:.6s;transition-delay:1.2s}.anim-start .ball .msg-count{opacity:1;transform:none;transition-duration:.3s;transition-delay:.6s}p{margin:0}.game-name{font-size:30px;color:#fff;font-weight:700;text-align:center;margin:0}.game-vals{font-size:30px;color:#fff;font-weight:700;text-align:center;margin:0}.content_list a{font-size:18px;margin:0}.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 100px;
  box-shadow: 0 9px #999;
  width: 100%;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.heady {
    background-color: purple;
    color: yellow;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    border-width: 3px;
    border-color: brown;
    border-style: inset;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 1px green;
}
.blinking{
    animation: blinkingText 2s linear infinite;
    font-size: 40px;
    color: red;
    font-weight: bold;
    
}
@keyframes blinkingText{
0%{opacity: 0;}
50%{opacity: .6;}
100%{opacity: 1;}
}
.blinnkk {
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px skyblue;
    mix-blend-mode: multiply;
    animation: blinkk 15s infinite;
}
.round {
    text-align: center;
    width: 205px;
    line-height: 82px;
    margin-top: 22px;
    height: 80px;
    border-radius: 150px;
    background-color: #fff;
    color: red;
    font-size: 60px;
    font-weight: 800;
    text-shadow: 1px 1px blue;
    padding-inline: 60px;
  
}.black{font-size:24px;color:#000!important}