body {
  background-color: #fbfbfb;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body::-webkit-scrollbar {
  display: none;
}

header {
  margin-bottom: 15px;
}

.imprint-main {
  width: 50%;
  margin: auto;
}

.imprint-main :last-child {
  text-decoration: underline;
  font-family: "Oswald";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: black;
  margin-bottom: 50px;
}

.imprint-main h1 {
  font-family: "Oswald";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-align: left;
}

.imprint-main p {
  font-family: "Oswald";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 25px;
}

@media only screen and (max-width: 769px) {
  .imprint-main {
    width: 60% !important;
  }
}
/*# sourceMappingURL=imprint.css.map */