#imprintpage {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: white;
}

.imprint-title {
  font-family: "Literata";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 76px;
  text-align: center;
  color: #0c0622;
}
.imprint-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3c3557;
}

@media (min-width: 992px) {
  #imprintpage {
    width: 80%;
  }
  .imprint-title {
    font-size: 72px;
  }
  .imprint-text {
    font-size: 20px;
  }
}
