body {
  background-color: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  font-family: "Roboto Mono", monospace;
  font-size: 18px;
  margin: 0 auto;
  max-width: 800px;
  padding-left: 10px;
  padding-right: 10px;
}

h1 {
  color: rgb(255, 43, 43);
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 24px;
  padding-top: 24px;
}

h2 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: rgb(100, 125, 255);
}

.green {
  color: rgb(107, 196, 75);
}

.purple {
  color: rgb(100, 68, 237);
}
