 @font-face {
  font-family: JoganSoft;
  src: url(jogan_soft/JoganSoft-Regular.ttf);}



* {
  box-sizing: border-box;}
body{
    font-family:JoganSoft;
   color: white;
background-image:url(game/backstar.png);
   background-size:auto ;
    
   background-repeat: round;
    
animation: mist 240s infinite linear;
}


@keyframes mist {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }          
}

@-webkit-keyframes slidein {
from {background-position: top; background-size:3000px; }
to {background-position: -100px 0px;background-size:2750px;}
}
@keyframes slidein {
from {background-position: top;background-size:auto; }
to {background-position: -100px 0px;background-size:auto;}}


#main{
    height: 820px;
        width:775px;
        padding: 10px;
        background-color:rgba(44, 27, 59, 0.594) ; 
        border:rgba(234, 22, 46, 0.539) groove 3px;
        overflow-y:scroll ;
        font-size:18;
       color:black;
       scrollbar-width: thin;
  scrollbar-color:rgba(189, 26, 26, 0.881) rgba(189, 26, 26, 0) ;
  margin-top: 30px;
}


li{
  list-style:circle;
}




table{
  margin: auto;
}
#header{
    font-family:JoganSoft;
        text-align: center;
        
  
  overflow: hidden;
  
}



@media only screen and (max-width: 620px) {
  /* testing */
  .menu, .main, .right {
    width: 100%;
  }
}



a:visited {
  color: rgb(255, 64, 0);
  text-decoration: none;
      }

      ::-webkit-scrollbar {
        width: 10px;
      }
      
      
      ::-webkit-scrollbar-track {
        background: #f1f1f100; 
      }
       
      
      ::-webkit-scrollbar-thumb {
        background: rgba(189, 26, 26, 0.626); 
      }
      
      
      ::-webkit-scrollbar-thumb:hover {
        background: rgba(189, 26, 26, 0.881); 
      }
      #container{
       margin-top:20px;
            margin-left:20px;
            width:695px;
            height:720px;
            border: rgb(234, 22, 46, 0.539) groove 2px;
            padding:5px;
            background-color:rgba(239, 255, 255, 0.886) ;
            overflow-y: scroll;
            color: rgb(28, 17, 18);
            text-align: left;
            scrollbar-width: thin;
  scrollbar-color:rgba(127, 234, 244, 0.881) rgba(189, 26, 26, 0) ;
      }