@import url(https://fonts.googleapis.com/css?family=Bitter:400,400i,700|Oxygen:300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Varela+Round&display=swap);@import url(https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap);@import url(https://fonts.googleapis.com/css?family=Comfortaa&display=swap);.legalNotice__header {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  background-size: cover;
  background: url("../images/legalNotice.jpg") bottom;
}
.legalNotice__header h1 {
  color: #ffffff;
  font-family: "Bitter", serif;
}

.legalNotice__content {
  padding-top: 50px;
  padding-bottom: 50px;
}