body {
  background-color: #f9f2e4;
}.header-link {
  display: flex;
  gap: 40px;
  padding-left: 1050px;
  padding-top: 40px;
}
/* .header-link animation */
div {
  a {
    text-decoration: none;
    color: black;
  }

  font-family: Geo;
  .hover-underline {
    font-size: 29px;
    color: #000000;
    position: relative;
    display: inline-block;
  }

  .hover-underline::after,
  .hover-underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #555555, #686868);
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
  }

  .hover-underline:hover::after,
  .hover-underline:hover::before {
    transform: scaleX(1);
  }
}

.headerbox {
    display:flex;
}

.header-svg {
  position: relative;
  bottom: 50px;
}

.titletext {
font-size: 58px;
    left: 430px;
    position: absolute;
    font-family: Kode Mono;
}

.textdescriptor1 {
    font-size: 25px;
    text-align: end;
    font-family: Kodchasan;
left: 280px;
top: 290px;
    position: absolute;
}

.textdescriptor2 {
    font-family: Kodchasan;
    font-size: 25px;
        position: absolute;
    left: 790px;
    padding-top: 150px
}

.twirl-svg {
  position: absolute;
        padding-left: 257px;
    padding-top: 200px;
}

.twirl2-svg {
  position: absolute;
    padding-left: 650px;
    top: 510px;
}

.star1-svg {
    position:absolute;
        padding-left: 690px;
    padding-top: 390px;
}

.clipbox {
    display: flex;
        flex-direction: column;

}
.jugendinfo1clip {
    right: 0;
    position: absolute;
}

.jugendinfo2clip {
left: 0;
    position: relative;
    top: 400px;
}

.jugendinfoclip3 {
    position: absolute;
    top: 1050px;
    right: 0;
}

.footerbox {
position: relative;
    padding-top: 920px;
}

.star2-svg {
  position: absolute;
  padding-left: 1130px;
  padding-top: 30px;
}

.svg-footer {
  position: flex;
  padding-top: 70px;
  overflow: hidden;
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
