@font-face {
    font-family: 'Cozette';
    src: url('https://xzpy.xyz/fonts/cozettevector-webfont.woff2') format('woff2'),
         url('https://xzpy.xyz/fonts/cozettevector-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CozetteFallback';
    src: url('https://xzpy.xyz/fonts/cozettevector-webfont.woff2') format('woff2'),
         url('https://xzpy.xyz/fonts/cozettevector-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  background-color: #2c2c2c;
}

a {
  color: #f39f88;
  text-decoration: none;
  font-family: Cozette, CozetteFallback, sans-serif;
}

a:hover {
  color: #ffbba8;
  text-decoration: none;
}

#bigfuckingtext {
    font: /*small-caps*/
    bold italic 2.5vw sans-serif;
    font-family: Cozette, CozetteFallback, sans-serif;
    position: fixed;
    top: 1px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

#bigfuckingtext span {
    display: inline-block;
    animation: rainbow 7s normal forwards infinite, wave 7s normal forwards infinite;
    transform: rotate(-0.1turn) scale(0.01, 0.01);
}

#cornerLinks {
  word-wrap: break-word;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #f39f88;
  font-family: Cozette, CozetteFallback, sans-serif;
  font-size: 12px;
  line-height:25px;
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -moz-user-select: none; /* Old versions of Firefox */
  -khtml-user-select: none; /* Konqueror HTML */
  -webkit-user-select: none; /* Safari */
  -webkit-touch-callout: none; /* iOS Safari */
}

#audio {
  position: fixed;
  width: 45%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#randGif {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 45%;
  max-height: 33%;
  min-height: 175px;
  z-index: 1;
}