 body {
      background: #121212;
      color: #eee;
      font-family: 'Courier New', Courier, monospace;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      text-align: center;
      padding: 20px;
    }
    h1 {
      font-size: 3rem;
      margin-bottom: 0.5rem;
      color: #ff5555;
      letter-spacing: 2px;
    }
    p {
      font-size: 1.1rem;
      max-width: 600px;
      line-height: 1.4;
      color: #aaa;
    }
