body {
  background-color: black;
  color: white;
  font-family: "Roboto Mono", monospace;
  text-align: center;
  padding: 2rem 10vw 6rem 10vw;
}

a,
a:hover,
a:active,
a:visited {
  color: white;
}

/* .roboto-mono-text {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

#hero {
  max-width: 75vw;
  max-height: 70vh;
  height: auto;
  margin-bottom: 1rem;
}

h1,
p {
  font-size: 1rem;
  line-height: 1.5;
}

.coming-soon {
  font-weight: 300;
}
