body {
  background-color: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  position: flex;
  height: 100vh;
}

.header {
  text-align: center;
  justify-content: center;
  padding: 50px 20px 0px;
}

  .header h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 300px;
    margin: auto;
    padding-bottom: 5px;
  }

  .header p {
    font-size: 20px;
    font-weight: 300;
    color: #aaa;
  }

  .h1logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
  }



.content {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.textunten {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.hintergrund {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
  gap: 10px;
}

  .hintergrund img:nth-of-type(1) {
    width: 300px;
    border-radius: 80px;
    border: solid white;
  }

  .hintergrund img:nth-of-type(2) {
    width: 300px;
    border-radius: 80px;
    border: solid white;
  }

  .hintergrund img:nth-of-type(3) {
    width: 300px;
    border-radius: 80px;
    border: solid white;
  }

.btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
}

.btn:hover {
  background-color: #ddd;
}

.footer {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #555;
}

#überschrift {
  background-color: rgb(85, 85, 85, 0.4);
  border: solid white 4px;
  border-radius: 80px;
  font-weight: bold;
}

