@font-face {
  font-family: JoganSoft;
  src: url(jogan_soft/JoganSoft-Regular.ttf);}



* {
  box-sizing: border-box;}
   body{
      background-image:url(rumination/ptreep.png);
      background-size:cover;
      font-family:JoganSoft;
      background-color: rgb(243, 255, 201);
animation: mist 90s infinite linear;
    }

@keyframes mist {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }          
}


#main{
    height: 830px;
        width:850px;
        padding: 10px;
background-color: rgba(243, 255, 201, 0.808);
   border:3px rgb(119, 245, 102) groove;
        overflow-y:scroll ;
        font-size:18;
       color:black;
         scrollbar-width: thin;

}
      #container{
       margin-top:20px;
            margin-left:20px;
            width:785PX;
            height:690px;
            background-color: rgba(243, 255, 201, 0.808);
   border:3px rgb(119, 245, 102) groove;
  scrollbar-width: thin;

            padding:5px;
            overflow-y: scroll;
            color: rgb(28, 17, 18);
            text-align: left;
            
      }

li{
  list-style:circle;
}




table{
  margin: auto;
  scrollbar-width: thin;
  scrollbar-color:rgb(119, 245, 102) rgba(189, 26, 26, 0) ;
}
#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); 
      }