@font-face {
  font-family: RobotoMono; /* set name */
  src: url(RobotoMono-VariableFont_wght.ttf); /* url of the font */
}

body {
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-family: RobotoMono;
}

main {
  max-width: 800px;
  margin: auto;
  padding: 24px;
  background: white;
  border: 1px solid black;
}

p {
  line-height: 2.5rem;
}

h2 {
  margin-top: 5rem;
  padding-top: 1rem;
  border-top: 1px solid black;
}

#title {
  text-align: center;
  display: flex;
  flex-direction: column;
}

#logo {
  width: 100%;
  max-width: 400px;
  align-self: center;
}
