#imprint {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  color: black;

}

#imprint p {

  color: black;
  padding-left: 10%;
  padding-right: 10%;
  text-align: justify;
}

#imprint h2 {
font-weight: bolder;
  color: blue;
  font-size: 40px;
  width: 100%;
  text-align: center;
}

#privacyPolicyButton {
  text-decoration: underline;
  color: blue;
  font-weight: bolder;
  text-align: center;
  cursor: pointer;
}
#imprint p strong {
  font-weight: bolder;
  color: blue;
  font-size: 20px;
}
