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

body {
  background-color: rgb(105, 195, 230);
  /* overflow: hidden; */
}

h1 {
  color: white;
  margin-top: 0rem;
  padding-left: 0rem;
  padding-right: 0.1rem;
  letter-spacing: -0.1rem;
  line-height: 0.715;
  animation: Ballett 4s infinite alternate;
  animation-timing-function: linear;
}

h2 {
  font-size: 200%;
  color: black;
  margin-top: -6.9rem;
  padding-left: 0rem;
  padding-right: 0.1rem;
  letter-spacing: -0.1rem;
  line-height: 0.715;
  text-align: right;
  animation: Ballett 1s infinite;
  animation-timing-function: linear;
}

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