 body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
 }
 .sidenav {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 1;
   top: 0;
   bottom: 0;
   left: 0;
   background-color: #fff;
   overflow-x: hidden;
   padding-top: 60px;
   transition: 0.5s;
 }
 .sidenav a {
   padding: 8px 8px 8px 32px;
   text-decoration: none;
   font-size: 25px;
   color: #004400;
   display: block;
   transition: 0.3s;
 }
  .sidenav a:hover {
   color: #fffe0a;
 } #main {
   transition: margin-left .5s;
   padding: 20px;
 } @media screen and (max-height: 450px) { 
  .sidenav {
   padding-top: 15px;
 }
  .sidenav a {font-size: 18px;
 }
 } 
 
 @media screen and (min-width: 450px) {
    body {
      background-color: #FFFFFF;
    }
 }
 
 @media screen and (max-width: 800px) {
    body {
      background-color: #FFFFFFA;
    }
  }
 
 .glow {
  margin-top: 20px;
  width: auto;
  font-family: arial;
  font-size: 40px;
  font-weight: 900;
  color: #444444;
  text-align: center;
  background-color: #FFFFFA;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-animation: glow is ease-in-out infinite alternative;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  }
  
 @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 5px #C0C0C0, 0 0 10px #fafad2, 0 0 15px #fafad2, 0 0 20px #fafad2, 0 0 25px #fafad2, 0 0 30px #c4aead, 0 0 35px #c4aead;
      }
    to {
      text-shadow: 0 0 10px #C0C0C0, 0 0 15px #ffd700, 0 0 20px #ffd700, 0 0 25px #daaf37, 0 0 30px #daa520, 0 0 35px #daa520, 0 0 40px #c0c0c0;
    }
  }
  
 .rated {
    font-family: times;
    font-size: 30px;
    color: #FFFFFF;
  }
  
  .blink {
    animation: blinker 2s linear infinite;
    color: red;
    font-family: sans-serif;
    text-shadow: 1px 1px #000000;
    text-align: center;
   }
    @keyframes blinker {
      50% {
          opacity: 0;
      }
    }
    
  
.js {
  margin: auto;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  }

.js-2 {
  font-family: arial;
  font-size: 10;
  color: #800080;
  font-weight: bold;
  text-align: center;
  }
  
 .sidenav {
    background-color: #FFFFF0;
    text-align: center;
    font-family:times;
    font-weight: 600;
    font-size: 14px;
    color: #010101;
    }
  
 .side {
    list-style-type: square;
    font-family: helvetica;
    font-size: 14px;
    color: #101010;
    text-align: left;
    }
  
  .script {
    margin-left: 10px;
    margin-right: 10px;
    font-family: times;
    font-size: 14px;
    color: #101010;
    text-align: left;
    margin-bottom: 30px;
    }
  
  .enter {
  background-color: #000000;
  color: #FFFFFF;
  border: #000000 1px solid;;
  margin-left: 1px;
  margin-right: 15px;
  border-radius: 3px;
  padding:10px 25px;
  cursor: pointer;
  transition: background-color 3s, color 3s ease-in-out;
  }
  
.enter:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: #000000 1px solid;
  }
    
.enter:active {
  background-color: #888888;
  color: #222222;
  }
  
  
  .timequotes {
    margin-left: 5px;
    font-family: tahoma;
    font-size: 14px;
    color: purple;
    }
    
 .main {
   text-align: center;
   font-family: times;
   font-size: 16px;
   color: #010101;
   }   
.color-1 {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  }

.color-2 {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #60FF00;
  }

.color-3 {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #FFFF00;
  }
  
 .div1 {
   border:6px solid#f0e2b6;
  }
  
  .div2 {
    border:6px solid#edda74;
   }
   
  .div3 {
   border:6px solid#fafad2; 
   }
  
  .timequotes2 {
    text-align:center;
    font-family:arial,helvetica;
    font-size:16px;
    font-weight:600;
    color:#004400;
   }
   
  .rights {
    text-align:center;
    font-family:arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    background:#feefea;
   } 
   
  .reserve {
    text-align:center;
    font-family:arial,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#ff0000;
    background:#feefea;
   }
   
  