/* privacy.css */
@import url('PersonalProjects.css');

.privacy-content {
  max-width: 800px;
  margin: 2rem auto;
}

.privacy-content .glass {
  padding: 1.5rem;
  line-height: 1.5;
}

.privacy-content h3 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
}

.privacy-content p {
  margin-top: 0.5rem;
}

/* ensure footer stays bottom */
html { height: 100%; }
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main { flex: 1; }
