body {
  background-color: #f9f2e4;
  margin: 0;
}.header-link {
  display: flex;
  gap: 40px;
  padding-left: 1050px;
  padding-top: 40px;
}
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;
}

.headertextbox {
    display: flex;
    padding-top: 200px;
    position: relative;
    flex-direction: column;
    right: 220px;
}

.headertitle {
    font-family: Kode Mono;
    font-size: 42px;
    padding-bottom: 20px;
}

.headertext {
    font-family: Kodchasan;
    font-size: 21px;

}

.twirl1-svg {
position: absolute;
    padding-left: 100px;
    margin-top: -50px;
}

.twirl2-svg {
position: absolute;
    left: 700px;
    margin-top: 320px;
    z-index: 1;
}

.star1-svg {
position: absolute;
    left: 1000px;
    top: 1100px;
}

.magazinecoverbox {
display: flex;
}
.magazinecover {
 display: flex;
    position: relative;
    bottom: 400px;
    padding-right: 300px;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.magazinespread1 {
    position: relative;
    right: 140px;
    margin-top: -600px;
    top: 220px;
}

.magazinespread2box {
overflow-x: clip;
}
.magazinespread2 {
    display: flex;
  margin-top: -400px;
    position: relative;
    justify-content: flex-end;
    left:200px;

}
.magazinespread3 {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: -200px;
    left:50px;
    z-index: 1;
}

.footerbox {
  position: relative;
  top: 240px;
}
.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;
}

.decoration {
      position: relative;
}
