#privacy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#privacy-header {
  display: flex;
  justify-content: center;
}

#privacy-header > a {
  border-bottom: 0;
}

#privacy-logo-img {
  width: 640px;
  filter: drop-shadow(0px 32px 8px rgba(0, 0, 0, 0.4));
  margin-top: 64px;
}

#privacy-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 64px;
  margin: 32px 0;
  width: 90vw;
  max-width: 1024px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 150%;
  position: relative;
}

#privacy-main > h1 {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 0;
  filter: none;
  transform: translateY(-5.2rem);
}

#privacy-main > h2, #privacy-main > h3, #privacy-main > h4, #privacy-main > h5, #privacy-main > h6 {
  font-family: "Dosis", sans-serif;
}

#privacy-main > h2 {
  margin-top: 32px;
  font-size: 2rem;
  margin-bottom: 32px;
}

#privacy-main > h3 {
  font-size: 1.2rem;
  border-bottom: 0;
  margin-bottom: 16px;
}

#privacy-main > p {
  margin-bottom: 32px;
}

#privacy-main > p:last-child {
  margin-bottom: 0;
}

#privacy-footer {
  margin: 64px;
  text-align: center;
  line-height: 150%;
  font-size: 0.8rem;
}

