body{
  background-color: black;
}

@keyframes infolvl {
  0% {top: 0;}
  50% {top: 60vh;}
  100% {top: 0;}
}

.locked {
  cursor: not-allowed;
}
