body {
  margin: 0;
  font-family: sans-serif;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: olivedrab;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("https://fonts.gstatic.com/s/robotoflex/v1/HhyX4Y5E6K7nUdwCjV4RRxkR.woff2") format("woff2");
  font-weight: 100 1000;
  font-stretch: 75% 125%;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("https://fonts.gstatic.com/s/robotoflex/v1/HhyX4Y5E6K7nUdwCjV4RRxkR.woff2") format("woff2");
  font-weight: 100 1000;
  font-stretch: 75% 125%;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("https://fonts.gstatic.com/s/robotoflex/v1/HhyX4Y5E6K7nUdwCjV4RRxkR.woff2") format("woff2");
  font-weight: 100 1000;
  font-stretch: 75% 125%;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("https://fonts.gstatic.com/s/robotoflex/v1/HhyX4Y5E6K7nUdwCjV4RRxkR.woff2") format("woff2");
  font-weight: 100 1000;
  font-stretch: 75% 125%;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-weimar";
  src: url("../font/ABCMaxiPlusVariable-Trial.ttf") format("truetype-variations"),
      url("../font/ABCDiatypePlusVariable-Trial.ttf") format("woff");
}

.variableText {
  font-family: "Helvetica-weimar", sans-serif;
  font-size: 20rem;
  font-variation-settings: "MONO" 100;
  margin-top: 2rem;
  transition: all 1s ease-in-out;
  color: blue;
}

main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -9999;
  opacity: 0.7;
}

.cover {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(60vh,1fr));
    margin-bottom: 2em;
    color: white;
    width: -webkit-fill-available;
}

.coverbox {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
}

.coverbox:nth-child(even) {
  background-color: #ccc;
  color: #000;
  min-height: 200px;
}