/* apostrophe main page Stylesheet*/
body, html {
  height: 100%;
  margin: 0;
}
a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
.hibi {
  background-image: url("../img/background_01.JPG");
  height: 100%;
  background-position: right bottom;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.oben {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -10%);
   text-align: center;
}

.unten {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
}

.mitte {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

hr {
  margin: auto;
  width: 40%;
}