body {
  font-family: "Times New Roman", serif; /* Use Times New Roman as the font */
  background-color: black; /* Set background to black */
  color: rgb(0, 255, 0); /* Set text color to pure green (100% green, 0% blue, 0% red) */
  font-size: 12px; /* Set font size to 12px */
}

h1 {
  color: rgb(0, 255, 0); /* Set h1 text color to pure green as well */
}
