body {
      background-color: #ffeef4;
      font-family: "Josefin Sans", sans-serif;
      color: #5c2a3b;
      max-width: 800px;
      margin: 50px auto;
      padding: 30px;
      border-radius: 20px;
      background: linear-gradient(to bottom right, #ffeef4, #fff6fb);
      box-shadow: 0 0 20px rgba(255, 182, 193, 0.4);
    }

    h1 {
      color: #d84e76;
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 20px;
    }

    h2 {
      color: #c44d6e;
      font-size: 1.4em;
      margin-top: 30px;
    }

    p {
      line-height: 1.6;
      font-size: 1.1em;
      margin-bottom: 15px;
    }

    a {
      color: #e06a91;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    footer {
      text-align: center;
      margin-top: 40px;
      font-size: 0.9em;
    }