body {
    font-family: "Press Start 2P", sans-serif;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 24px;
    max-width: 700px;
    line-height: 1.6;
  }
  
  h1, h2 {
    color: #00ffff;
    margin-top: 24px;
  }
  
  h1 {
    font-size: 18px;
    border-bottom: 2px solid #00ffff;
    padding-bottom: 8px;
  }
  
  h2 {
    font-size: 14px;
  }
  
  p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  
  code {
    background-color: #111;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 11px;
    color: #00ff99;
  }
  