/* go to the timeout corner you don't get to steal my coding */
@font-face {font-family: itc eras demi;
src: local('ITC Eras Demi'), url('https://snekmo.snekki.moe/proxy?url=https://fonts.cdnfonts.com/s/87598/ITC Eras Demi Regular.woff') format('woff')}
body {
  font-family: 'ITC Eras Demi', sans-serif;
  background-image: url("https://snekmo.snekki.moe/proxy?url=https://media1.tenor.com/m/3ICofOL-6_QAAAAd/roblox-fwm.gif");
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 480px 360px;
}
@keyframes rainboe {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(359deg);
  }
}
.heading a img {
  height: 64px;
}
.pfp {
  animation: rainboe 1s linear infinite;
  box-shadow: 0px 2px 4px #ff0000;
}
.submeta, .vid1, .vid2, .vid3 {
  box-shadow: 0px 2px 4px #000000;
  border: none;
}