#policy_container {
  width: 60%;

  margin-top: 10em;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;

  user-select: none;
}

#policy_container h1,
h2 {
  color: #c0904e;
  letter-spacing: 0.05em;
}

#policy_container h2 {
  margin-top: 2em;
}

#policy_container p {
  margin-top: 0.8em;
  text-align: justify;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#policy_container a {
  color: #c0904e;
  text-decoration: none;
}
