#imprint {
  background-color: black;
  padding: 20px;
  margin-bottom: 20px;
  color: white;
border-top: 1px solid #555;
}

#imprint p {

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

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


