body {
  /* font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
  font-family: "Inter", sans-serif;

  font-size: calc(10px + 0.33vw);
  -webkit-font-smoothing: antialiased;
  padding: 5vh 10vw;

  /* color: #121314; */
  color: #2e2e2e;
}
.container {
  max-width: 960px;
  margin: auto;
}

h1 {
  font-size: 4.5em;
  font-weight: 500;
  margin-bottom: 0;
}
p {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4;
  max-width: 28em;
}
a {
  /* text-decoration: none; */
  white-space: nowrap;
  color: #2e2e2e;
  position: relative;
}
a:after {
  /* content: "";
  position: absolute;
  z-index: -1;
  top: 66%;
  left: -0.1em;
  right: -0.1em;
  bottom: 0;
  transition: top 200ms cubic-bezier(0, 0.8, 0.13, 1);
  background-color: rgba(79, 192, 141, 0.5); */
}
a:hover:after {
  top: 0%;
}
footer span {
  color: red;
  position: relative;
}
.location {
  text-align: "center";
  position: relative;
  bottom: 0;
}
