body {
      margin: 0;
      font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      background: linear-gradient(to bottom right, #e8f5e9, #c8e6c9);
      color: #2e3d2f;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    header {
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    p {
      max-width: 600px;
      line-height: 1.6;
      margin: 0.5rem 1rem 1.5rem;
    }

    footer {
      font-size: 0.9rem;
      color: #4e5d4e;
      position: absolute;
      bottom: 1rem;
    }

    a {
      color: #33691e;
      text-decoration: none;
      font-weight: 500;
    }

    a:hover {
      text-decoration: underline;
    }