:root {
  font-size: 120%;
  font-family: 'Antarctica Trial';
}
body {
  height: 100vh;
  display: block;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  margin: 0;
}
h1{
  font-size: 16.1rem;
  font-variation-settings: 'wdth' 38,'wght' 500;
  line-height: 0.73;
  letter-spacing: -0.9rem;
  margin: 0;
}
#Moma {
  font-variation-settings: 'wdth' 5,'wght' 400;
  letter-spacing: -0.15rem;
  margin-left: 0.7rem;
  margin-right: -0.7rem;
}

div {
  font-size: 1.2rem;
  font-weight: 200;
}

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