 body {
         background:#000000;
         background-image: url("/images/background.jpg");
          background-repeat: no-repeat;
          background-position: top center;
         font-family: 'Montserrat', sans-serif;
         color:#84d687;
         cursor: none;
         margin:0;
          overflow:hidden;
     }
     
   #connection-status {
    position:absolute;
    bottom:10px;
    right:10px;
    color:#333;
    font-size:20px;
   }  
    
   .gray {
    color:#333;
   } 
   .orange {
    color:orange;
   }
   .red {
    color:red;
   }
   .green {
    color:lime;
   }
   
   #WiFi {
    font-weight: 600;
    font-size:20px;
   }
     
    
     
     h1 {
         font-size:78px;
         display:inline;
         color: rgba(0,255,0,1);
     }
     
   #pid {
       font-size:16px;
       color:rgba(0,255,0,0.6);
   }
   .list {
       font-size:11px;
       color:rgba(0,255,0,0.6);
   }
     
   #slides {display:none;}
  
   
   #fly {
       width:62px;
       height:62px;
   }
   
@media only screen and (max-width: 800px) {
   
    h1 {
         font-size:50px;
         
     }
}