      @font-face{
     font-family: font1;
     src: url(GreatVibes-Regular.ttf);
    } 
@font-face{
     font-family: font2;
     src: url(BASKVILL.TTF);
}
body{background: black}
div.wndw{ display: block;
  position: fixed;
  top:0%;
  left: 0%;
  width: 100%;
  height: 100%; 
}
div.back {  
  display: block;
  position: absolute;
  top:0%;
  left: 0%;
  width: 100%;
  height: 100%;  
  z-index: 0;
}
div.top {  
  display: block;
  position: absolute;
  top:20%;
  left: 10%;
  width: 80%;
  height: 45%;  
  z-index: 2;
}

img.imm{
  top:0%;
  left: 0%;
  width: 100%;
  height: 100%;   
}


div.logo{
    position: absolute;
    top: 2%;
    left:3%;
    width: 80%;
    font-family: font1;
    font-size: 7vh;
    color: white;
    text-shadow: 2px 2px purple;
    z-index: 5;
}
div.logo2{
    position: absolute;
    top: 13%;
    left:3%;
    width: 80%;
    font-family: font2;
    font-size: 3vh;
    color: yellow;
    z-index: 5;
}
div.info{
    position: absolute;
    top:70%;
    left:10%;
    width: 70%;
    font-family: font1;
    font-size: 4vh;
    color: white;
    text-shadow: 2px 2px purple;
    z-index: 5;
}

