:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: block;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  margin-top: -1rem;
  background-color: black;
}
h1{
	font-family: 'TINY5';
  color: white;
  font-size: 24rem;
  font-variation-settings: 'wght' 20;
  line-height: 0.5;
  margin: auto;
}
span {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
span:hover {
  font-variation-settings: 'wght' 180;
}

#M {
  transform-origin: center;
  animation: my-moma 1.2s 0s infinite alternate;
}

#o {
  transform-origin: center;
  animation: my-moma 1.2s 0.2s infinite alternate;
}
#M2 {
  transform-origin: center;
  animation: my-moma 1.2s 0.4s infinite alternate;
}
#A {
  transform-origin: center;
  animation: my-moma 1.2s 0.6s infinite alternate;
}

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;
}