@font-face {
  font-family: "MyFont";
  src: url("Dachi the Lynx.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}
p {
  margin: 0 0;
  position: absolute;
  font: 16px "Arial GEO BoldItalic", sans-serif;
  font-weight: bolder;
  color: #eee;
  height: 25px;
  top: calc(100vh - 30px);
  text-shadow: 0 0 2px white;
}
p a {
  text-decoration: none;
  color: #aaa;
}
span {
  font-size: 11px;
}
p > a:first-of-type {
  font-size: 30px;
}
body {
  overflow: hidden;
}

#pop_corn_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.dot {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -50px;
  background: url(https://contentservice.mc.reyrey.net/image_v1.0.0/?id=c1627fe5-a7e7-5fb7-af61-374c65707e3c&637384707423276230);
  background-size: 100% 100%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}

@keyframes pop {
  0% {
    transform: scale(0.1);
  }
  3% {
    transform: scale(2);
  }
  6% {
    transform: scale(1);
  }
  100% {
    transform: scale(1) rotate(720deg);
    top: 105%;
  }
}
