/*FONTS*/

/*BODY*/
  html {
    width:100%;
    height:100%;
    padding:0%;
    margin:0%;
  }
  
  body {
    height:100%;
    width:100%;
    padding:0%;
    margin:0%;
    background-color: lightgray;
    background-image: url(/images/gifs/rally1.gif);
    background-size: cover;
  }
  
/*OVERLAYS*/
  #border1 {
    height:100%;
    width:100%;
    pointer-events:none;
    overflow:hidden;
    position:fixed;
    z-index:999;
  }
    
  #scanlines {
    height:100%;
    width:100%;
    pointer-events:none;
    overflow:hidden;
    position:fixed;
    z-index:1000;
    filter: opacity(15%);
  }
  
/*MAIN*/
  #homeMenu {
    #border1 {
    height:100%;
    width:100%;
    overflow:hidden;
    position:fixed;
    
    background-color:greenyellow;
    z-index:998;
    }
  }
  
/*ANIMATIONS*/
  
  
  
  
  
  
  
  
  
  
  
  