:root {
  --text-color: #d7faff;
  --secondary-text-color: #023136;
}

aside {
  /*background-image: linear-gradient(
        to left,
        rgba(213, 213, 213, 1) 0%,
        rgba(204, 204, 204, 1) 38%,
        rgba(172, 172, 172, 1) 59%,
        rgba(135, 135, 135, 1) 78%,
        rgba(236, 236, 236, 1) 100%
    );
*/
  width: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  gap: 5px;
  p {
    margin-bottom: 20px;
  }
}
html {
  width: 100svw;
  background-color: #3e5f66;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

p,
h1,
h2 {
  font-family: "Asimovian", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 18px;
}

li {
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.sub_container {
  height: 100%;
  display: flex;
}

.home_container {
  margin: 10px 0 0 10px;
  width: 752px;
  height: 107px;
  background-repeat: no-repeat;
  background-image: url("../assets/ui/home/home.svg");
  background-size: contain;
  padding-top: 20px;
  padding-left: 60px;
  position: relative;

  img {
    position: absolute;

    bottom: 0px;
    left: 550px;
  }

  h1 {
    color: var(--text-color);
  }
}
header {
  background-image: url("../assets/ui/home/hotbar.webp");
  height: 50px;
  width: 762px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

footer {
  text-align: center;
  /*color: var(--text-color);*/
}
.main_content {
  padding: 10px 10px 0px 10px;
  display: flex;
}

.marquee_tags > div:first-child {
  background-image: url("../assets/ui/home/cool.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 282px;
  height: 40px;
  padding: 10px 0px 0px 40px;
  p {
    color: var(--secondary-text-color);
  }
}

.utils_container {
  height: auto;
}
.utils_container > section {
  margin-bottom: 20px;
  margin-left: 0px;
  p {
    width: 90px;
    padding-top: 5px;
    text-align: center;
    color: var(--secondary-text-color);
  }
}

.banner,
.guest_book {
  height: 182px;
  width: 182px;
  background-image: url("../assets/ui/home/util.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.guest_book_link {
  min-width: max-content;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.banner_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: fit-content;
  margin-left: 11px;
  margin-top: 10px;
}
.stamps {
  height: 252px;
  background-image: url("../assets/ui/home/util2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 182px;
  .blinkie_wrapper {
    display: flex;
    gap: 5px;
    margin-top: 15px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    img {
      width: 150px;
    }
  }
}

.stamp_wrapper {
  display: flex;

  img {
    height: 56px;
    margin-right: 5px;
    width: 99px;
  }
}

.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);

  max-width: 715px;
}
.marquee_content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 10s linear infinite;
  img {
    height: 56px;
    width: 99px;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

ul {
  padding-left: 20px;
}

img {
  image-rendering: smooth;
}

.stamp {
  --s: 4.5px; /* control the size of the wave */
  --w: 115px; /* preferred image width */

  width: round(var(--w), 4 * var(--s));

  padding: calc(3.2 * var(--s));
  box-sizing: border-box;
  background: linear-gradient(#4ecdc4, #556270);
  border-radius: calc(4 * var(--s));
  --_g: conic-gradient(#000 0 0) no-repeat 50%/;
  mask:
    radial-gradient(var(--s), #000 100%, #0000 calc(100% + 1px)) 0 0 /
      calc(4 * var(--s)) calc(4 * var(--s)),
    var(--_g) calc(100% - 6 * var(--s)) calc(100% - 6 * var(--s)),
    var(--_g) calc(100% - 4 * var(--s)) calc(100% - 4 * var(--s)) intersect,
    radial-gradient(var(--s), #0000 calc(100% - 1px), #000) var(--s) var(--s) /
      calc(2 * var(--s)) calc(2 * var(--s));
}

body {
  overflow-x: hidden;
  height: auto;
  min-height: 100svh;
  font-size: 14px;
  background: #d7faff
    url('data:image/svg+xml,\
     <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"         fill-opacity=".25" >\
              <rect fill="%239abab3" x="200" width="200" height="200" />\
              <rect fill="%239abab3" y="200" width="200" height="200" />\
              </svg>');

  background-size: 50px 50px;
}

.guest_book {
  a {
    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }
}
