body {
    margin: 0;
    font-family: "Roboto Serif", sans-serif;
  }
  .background {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
  }
  .logo {
    position: absolute;
    left: 32px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headline {
      position: absolute;
      left: 550px;
      top: 20px;
      color: #960067;
      font-size: 90px;
      text-shadow: 5px 5px rgba(150, 0, 104, 0.1);
    }
    .kontaktdaten {
      position: absolute;
      left: 700px;
      top: 200px;
      color: #c4138c;
      width: 470px;
      font-size: 40px;
      text-shadow: 5px 5px rgba(150, 0, 104, 0.1);
    }
    