



html {
  overflow: hidden;}



    
a {
  color: hotpink;

}
html {
  cursor: url('https://a.pomf.cat/kptuxk.png'), default;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.verticalhorizontal {
    display: table-cell;
    height: 300px;
    text-align: center;
    width: 300px;
    vertical-align: middle;

}


.blinking{
    animation:blinkingText 0.2s once;
     animation-delay: 27.6s
}
@keyframes blinkingText{
    0%{     color: white;    }
      11%{    color: Black; }
        22%{    color: hotpink; }
          33%{    color: black; }
    49%{    color: black; }
      55%{    color: white; }
        61%{    color: black; }
    70%{    color: hotpink;}
      77%{    color: black; }
    84%{    color:black;  }
    100%{   color: white;    }
}
.blinking2{
    animation:blinkingText2 0.3s;
   animation-iteration-count: 2;
   animation-delay: 27.6s
}
@keyframes blinkingText2{
      0%{     color: black;    }
      11%{    color: hotpink;  }
       15%{   color: white; }
       11%{    color: hotpink;  }
        19%{   color: white; }
        25%{    color: hotpink;  }
         30%{    color: white; }
         35%{    color: hotpink;  }
          40%{    color: white; }
          45%{    color: hotpink;  }
           50%{    color: white; }
           55%{    color: hotpink;  }
            61%{    color: white; }
            66%{    color: hotpink;  }
             72%{    color: white; }
             75%{    color: hotpink;  }
              77%{    color: white; }
              81%{    color: hotpink;  }
               83%{    color: white; }
               85%{    color: hotpink;  }
                89%{    color: white; }
                91%{    color: hotpink;  }
                93%{    color: white; }
                 94%{    color: hotpink;  }
                  96%{    color: white; }
                  97%{    color: hotpink;  }
                   98%{    color: white; }
                   99%{    color: hotpink;  }
      
      

}

.overlapthis {
    position: absolute;
    top: 1920px;
    left: 1080px;
    z-index: 1;
}

.bigspace {
  line-height: 0.9;
}

@font-face {
    font-family: Bookman;
    src: url("fonts/BookmanStd-Light.otf") format("opentype");
}

@font-face {
    font-family: BookmanItalic;
    src: url("fonts/BookmanStd-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: BookmanMediumItalic;
    src: url("fonts/BookmanStd-MediumItalic.otf") format("opentype");
}

@font-face {
    font-family: Arno;
    src: url("fonts/ArnoPro-Bold.otf.otf") format("opentype");
}






