h1 {
    text-align: left;
    font-family: "JetBrains Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
p {
  font-family: "Roboto", sans-serif;
}
#everything {
  width: 40em;
  justify-content: center;
  margin: auto;
}
@media (max-width: 800px) {
  #everything {
    width: 80%;
  }
}
#subtitle p {
  font-family: "JetBrains Mono", monospace;
}