body, html {
  font-family: "nimbus-sans",sans-serif;
  background-color: #00CCA5;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#privacy_policy {
  flex-basis: 90%;
  overflow: auto;
  padding: 1% 3%;
}

#privacy_policy header h1 {
  font-size: 130px;
  margin: 0;
}

.send {
  position: static;
  flex-basis: 10%;
}