body {
    background-color: rgb(24, 4, 2);
  }
  h1 {
    color: rgb(218, 205, 205);
    font-family: 'Courier New', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
  }
  h2 {
      color: rgb(218, 205, 205);
      font-family: 'Courier New', 'Arial Narrow', Arial, sans-serif;
      text-align: center;
  }
  p {
    color: rgb(218, 205, 205);
    font-family: 'Courier New', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
  }

  #three {
    color:white;
    font-size: larger;
    text-align: center;
  }