body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Press Start 2P", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  
  header {
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
  h1 {
    font-size: 60px;
    letter-spacing: 10px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }
  
  h2, h3 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  ul li {
    margin-bottom: 5px;
  }
  
  a {
    color: #ffffff;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
    