@font-face {
    font-family: 'header';
    src: url(../fonts/TupacMagrath-K7KdD.otf);
}

h1{
    
    font-family: 'header';
    

}

#main {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
