    body {
      font-family: 'Poppins', sans-serif;
      background: #f8f9fa;
      color: #2c3e50;
      margin: 0;
      padding: 0;
    }

    .navbar {
      background-color: #2980b9;
    }

    .navbar-brand {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
    }

    .navbar-brand:hover {
      color: #ecf0f1;
    }

    .container-privacy {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      margin: 60px auto;
      padding: 40px;
      max-width: 900px;
    }

    h1 {
      text-align: center;
      color: #2980b9;
      font-weight: 600;
      margin-bottom: 30px;
    }

    h2 {
      font-size: 1.25rem;
      color: #1a5276;
      margin-top: 20px;
    }

    p {
      text-align: justify;
      line-height: 1.6;
    }

    footer {
      text-align: center;
      padding: 15px;
      background-color: #2c3e50;
      color: #ecf0f1;
      font-size: 0.9rem;
    }

    footer a {
      color: #1abc9c;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }
