body {
  background-color: #000000;
  color: #FFFDF9;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
}

h1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13vw;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  padding-top: 30vh;
}

h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.3125em;
}

a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  text-decoration: none;

  color: #666666;
}

a:hover {
  color: #FFFDF9;
}

footer a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1em;
  padding: 0.625em;
}

html, body {
  height: 100%;
  margin: 0;
}

div.wrapper {
  min-height: calc(100% - 50px);
  padding-left: 6vw;
  padding-right: 6vw;
}

footer {
  max-width: 40.625em;
  width: 100%;
  height: 50px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

footer a:hover {
  text-decoration: underline;
}
