body {
   background-image: url("./files/whorehq.gif");
   cursor: url("files/envycursor.cur"), default;
}

a {
   cursor: url("files/envycursor.cur"), pointer;
}

div.container {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: 1000;
}

div.header {
   height: 196px;
   margin: 0;
}

img.rheader {
   float: right;
   position: fixed;
   top: 0;
   right: 0;
}

img.lheader {
   float: left;
   position: fixed;
   top: 0;
   left: 0;
}

img.repheader {
   position: fixed;
   top: 0;
   left: 0;
}

div.body {
   margin-left: 30%;
   margin-right: 30%;
   margin-bottom: 3%;
   height: 100%;
}

img.button {
   margin-left: 10%;
   margin-right: 10%;
   margin-bottom: 2%;
   transition: transform .2s;
}

img.button:hover {
   transform: scale(1.25);
}
img.midbutton {
   margin-left: 35%;
   transition: transform .2s;
}
img.midbutton:hover {
   transform: scale(1.25);
}

hr {
   border: 2px solid #b212da;
}

img.icons {
   margin: 10px;
}

img.username {
   display: none;
}
 @font-face { font-family: Envytype   ; src: url('./fonts/Envytype.otf'); } 
      p {
         font-family: Envytype; 
         color: white;
      }
      h1 {
        font-family: Envytype;
        color: white;
     }
      h2 {
         font-family: Envytype;
         color: white;
      }
      a {
         font-family: Envytype;
         color: white;
      }
      a2 {
         font-family: Envytype;
         color: white;
         font-weight:bold
      }
      marquee {
         font-family: Envytype;
         color: red;
         font-weight:bold
      }

