* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: white;
  font-family: 'Inter', sans-serif;
  background-color: #121212;
  margin-left: 1em;
  margin-right: 1em;
}

.privacy-text-container {
  margin: 3em 2em 5em;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 26px;
}

.privacy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;
  font-weight: 500;
  text-align: center;
  margin: auto;
}

.privacy-section {
  text-align: left;
}

.privacy-subtitle {
  padding: 2em 0;
}

.privacy-subsection-elem {
  padding-top: 2em;
}
