@font-face {
  font-family: Gotham-Medium;
  src: url(res/Gotham-Medium.otf);
}
@font-face {
  font-family: Gotham-Bold;
  src: url(res/Gotham-Bold.otf);
}

body {
  font-family: Gotham-Medium, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  text-align: center;
  background-color: rgb(7, 2, 28);
  color: white;
  line-height: 1.5rem;
  margin: 3rem 1rem;
}

h1 {
  font-family: Gotham-Bold, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  color: lightpink;
}

h2 {
  font-size: 1.2rem;
}

p {
  margin: 2rem;
}
