body {
      background-color: #ffe6f0; /* light pink background */
      font-family: 'Poppins', sans-serif;
    }

    .terms-section {
      padding: 80px 0;
    }

    .terms-box {
      background: #fff;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .terms-title {
      font-size: 2rem;
      font-weight: 600;
      color: #cc0066;
      margin-bottom: 20px;
      text-align: center;
    }

    .terms-content h5 {
      color: #cc0066;
      margin-top: 25px;
    }

    .terms-content p {
      line-height: 1.7;
      color: #333;
    }