a {
  color: #fff;
  text-decoration: underline;
}

.main {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.body-element {
  background-color: #230710;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.impressum {
  margin-top: 50px;
  font-size: 11px;
  line-height: 15px;
}