body{
	background-color: black;
	color: white;
	font-family: "VT323", monospace;
}
a{
      color: white;
      text-decoration: none;
    }
    header {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    footer{
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 11px;
    }
    #main{
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      background-color: rgba(0,0,0,0.5);
    }
    main{
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;

    }
    #iframeHolder{
      width: 90%!important;
      margin: auto;
      max-width: 440px!important;
    }
    video{
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      z-index: -1;
    }
    #preloader{
      background-color: black;
      position:  fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
    }
    #preloaderInner{
      background-color: black;
      position:  fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-image: url('../gfx/preloader.gif');
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center;
    }
  iframe#laylo-drop-D8vnt{
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    margin: auto!important;
    display: block!important;
  }