@font-face {
  font-family: 'Dephunked BRK';
  src: url('DephunkedBRK.woff2') format('woff2'), url('DephunkedBRK.ttf') format('ttf'),
      url('DephunkedBRK.woff') format('woff');
}
body {
    background-image: url(https://files.catbox.moe/4imkgf.png);
    color: whitesmoke;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
   font-family: 'Dephunked BRK' cursive;
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat927.ani), url(https://cur.cursors-4u.net/nature/nat-10/nat927.png), auto !important;
    overflow: hidden;

}
.catwalk {
    height: 30vh;
    width: auto;
    display: block;
animation: slidein 6s infinite; 
}
span {
  z-index: -100;
  font-size: 100px;
  position: absolute;
  top: 300px;
  left: 150px;
}

@keyframes slidein {
  0% {
    transform: none;
   margin-left: 80%;
    
  }

  50% {
    margin-left: 0%;
animation-play-state: paused 3s;
  transform: scaleX(-1);
    
  }
  100% {
    animation-play-state: paused 3s;
   margin-left: 80%
  }
}

#player, a{
  position: absolute;
  
  
}
#player {
  top: 100px;
}
a {
  top: 180px;
  color: whitesmoke;
}

a:hover {
  font-size: 200%;
color:palevioletred;
}
