.privacy-policy-container {
   padding: 50px;
   font-family: Georgia, serif;
   max-width: 800px;
   margin: 2rem auto;
   padding: 2rem;
   background: var(--color-0);
   color: #333;
   box-shadow: 0 0 10px black;
   line-height: 1.7;
}

/* h1, */
h2,
h3 {
   text-align: center;
   color: var(--color-12);
}

h1 {
   font-size: 2.5em;
   margin-bottom: 0.2em;
}

h2 {
   font-size: 1.8em;
   margin-top: 0;
   margin-bottom: 1em;
}

h3 {
   font-size: 1.4em;
   margin-top: 2em;
   margin-bottom: 0.5em;
   text-align: left;
}

p {
   margin-bottom: 1em;
}

ul {
   margin-left: 1.5rem;
   list-style-type: disc;
}

/* a {
   color: #0066cc;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
} */

strong {
   font-weight: bold;
}

@media print {
   html {
      background-color: white;
   }
   body {
      box-shadow: none;
      margin: 0;
   }

   header {
      display: none;
   }

   footer {
      display: none;
   }
}