:root {
  font-size: 1000%;
  font-family: "Rotor underlay";
}


body {
  background-color: black;
  /* overflow: hidden; */
}

h1 {
  color: rgb(105, 195, 230);
  margin-top: 0rem;
  padding-left: 0rem;
  padding-right: 0.1rem;
  letter-spacing: -0.1rem;
  line-height: 0.715;
  animation: Ballett 3s infinite alternate;
  animation-timing-function: linear;
}

@keyframes Ballett {
  from { font-variation-settings: 'RTTX' 0, 'DPTH' 600 }
  to { font-variation-settings: 'RTTX' 360, 'DPTH' 600 }
}