body {
    margin: 0;
  overflow-x: hidden;
  background-color: #f9f2e4;
}.header-link {
  display: flex;
  gap: 40px;
  padding-right:60px;
    justify-content: flex-end;
  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;
  left: 30px;
}

.header-title {
  position: justify;
  font-family: Kode Mono;
  font-size: 50px;
  margin-left: 320px;
  bottom: 15px;
}

.header-descriptor {
  position: justify;
  font-family: Kodchasan;
  font-size: 24px;
  margin-left: 360px;
  bottom: 15px;
}

.twirl-svg {
  position: absolute;
  padding-left: 260px;
  top: 210px;
}

.twirl2-svg {
  position: absolute;
right: 290px;
  padding-top: 435px;
}

.star1-svg {
  position: absolute;
    padding-left: 357px;
    padding-top: 881px;
    transform: rotate(36deg);
}

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

.oranda-sheet1 {
    position: absolute;
    left: 100px;
    padding-top: 80px;
}

.stylesheet-title {
    position: relative;
    font-family: Kode Mono;
    font-size: 44px;
    right: -620px;
    padding-top: 100px;
}

.stylesheet-descriptor {
    position: relative;
    font-family: Kodchasan;
    font-size: 24px;
    right: -660px;
    padding-top: 10px;
}
.orandasheetbox2 {
  display: inline;

}
.oranda-sheet2 {
    position: relative;
    right: -740px;
    padding-top: 60px;
    overflow: hidden;
}

.oranda-sheet3 {
    position: relative;
    padding-top: 50px;
    right: 20px;
    z-index: -1;
}

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

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