h1 {
    font-size: 30px;
    font-weight: bold;
    color: #ff0;
    text-align: center;
}
  
body {
    background-color: #000000;
    font-family: 'Courier New';
    font-weight: bold;
    color: #ff0;
    font-size: 20px;
    margin: 40px;
    text-align: center;
}

ul {
      list-style-type: none; /* Removes the bullets */
      padding: 0; /* Removes default left padding */
      margin: 0; /* Removes default top/bottom margin */
    }