
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; 
}


body {
  background-color: #000000E6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #c61e21;
}


.container {
  width: 100%;
  max-width: 800px;
  padding: 20px;
}


.KBH {
  font-size: 160px;
  font-family: "Bodoni MT", serif;
  color: #c61e21;
  margin: 0 0 20px 0;
  line-height: 1;
}


.Koordinaten {
  font-size: 20px;
  margin-bottom: 50px;
}


.hemisphere {
  display: inline-block;
  margin-right: 12px;
}


footer {
  color: #CA2326;
}

footer p {
  margin: 8px 0;
}


footer hr {
  border: none;
  border-top: 1px solid #CA2326;
  margin: 25px auto;
  width: 60%;
}


.email,
.phone {
  color: #CA2326;
  text-decoration: none;
}

.email:hover,
.phone:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .KBH {
    font-size: 72px;
  }

  .Koordinaten {
    font-size: 16px;
    margin-bottom: 40px;
  }

  footer hr {
    width: 80%;
  }

  .hemisphere {
    margin-right: 8px;
  }
}
