:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: black;
  margin-top: -0.5rem;
  overflow: hidden;
}
h1{
	font-family: 'Recursive';
  font-variation-settings: 'MONO' 0, 'CASL' 0, 'wght' 1000, 'slnt' 0, 'CRSV' 0;
  color: white;
  font-size: 23rem;
  line-height: 16rem;
  margin: auto;
  transform-origin: center;
  animation: my-moma 3s infinite alternate;
}

@keyframes my-moma {
  from {
    font-variation-settings: 'MONO' 0, 'CASL' 0, 'wght' 1000, 'slnt' 0, 'CRSV' 0;
  }
  to {
    font-variation-settings: 'MONO' 1, 'CASL' 0, 'wght' 300, 'slnt' -15, 'CRSV' 0;
  letter-spacing: -2.5rem;}
}

div {
  font-size: 1.2rem;
  font-weight: 200;
}
.all {
  position: fixed;
  left: 2vw;
  top: 94vh;
}
.prev {
  position: fixed;
  left: 44vw;
  top: 94vh;
}
.next {
  position: fixed;
  right: 2vw;
  top: 94vh;
}
a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline 0.1rem;
}