:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: block;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  margin: 0; 
  background-color: black;
}
h1{
  color: white;
  font-variation-settings: 'wdth' 100,'wght' 600;
  font-size: 16.1rem;
  line-height: 0.73;
  margin: 0rem;
}
#Moma2 {
  transform: scaleY(-1); 
  opacity: 0.8;
}
#o {
  transform-origin: bottom center;
  display: inline-block;
  animation: my-o 0.3s infinite alternate;
}
@keyframes my-o {
  from {transform: translateY(0);}
  to {transform: translateY(-4.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;
}