body {
  background: #010101;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #f1f1f1;
  font-weight: 200;
  text-align: center;
  line-height: 1.6;
  background-image: url(../images/boxBg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inline-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.retouren {
  margin-top: 30px;
}
.retouren > a {
  color: #fff;
  background: orange;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.retouren > a:hover {
  background: #f6b149;
}

.logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 15px 0 10px 0;
}

.title {
  font-size: 32px;
  font-weight: 700;
  color: #e1e1e1;
  margin: 0 0 10px 0;
}

.subtext {
  font-size: 20px;
  font-weight: 400;
}
.subtext > strong {
  color: #e1e1e1;
}

.longtext {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: left;
  margin: 20px 0;
}
.longtext > strong {
  font-size: 20px;
  color: #e1e1e1;
}
.longtext > a {
  color: orange;
  font-weight: 700;
  text-decoration: underline;
}
.longtext > a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
