body {
  font-family: monospace;
  background-color: transparent;
  color: white;
}

canvas {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}

@keyframes fade {
  from { opacity: 100%; }
  to { opacity: 0%; }
}

.popupString {
  font-size: 15px;
  text-align: center;
  animation: 1.5s ease-out fade 3s forwards;
}

.container {
  top: 1vh;
  position: absolute;
  width: 100%;
  position: fixed;
}

#secretString {
  display: none;
}

#fsButton {
  bottom: 1%;
  right: 0.5%;
  background-color: transparent;
  border: 1px solid white;
  position: fixed;
  opacity: 75%;
}

#fsButton:active {
  color: rgb(128, 128, 128);
  border: 1px solid rgb(128, 128, 128);
}

#fpsStringContainer {
  position: relative;
  width: 25vw;
}

#fpsNotice {
  animation: 1.5s ease-out fade 5s forwards;
}
