body {
  background-image: url('images/dolkayelllow.gif');
  font-family: "MS PGothic", "Verdana", sans-serif;
  font-size: 14px;
  color: #5a4a4a;
  letter-spacing: 0px;
  line-height: 1.4em;
  cursor: url("/images/cursor.webp"), auto;
  margin: 0;
  padding: 0;
}

#the-layout {
  position: relative;
  max-width: 990px;   /* FIX: allow centering with flex */
  margin: 20px auto;
  padding: 10px;
  border: 6px solid #f8c7d0;
  border-radius: 15px;
  background: #fffafc;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
}

/* HEADER */
header {
  width: 100%;
  height: 180px;
  background-size: cover;
  border: 4px solid #f8a5c2;
  border-radius: 12px;
  margin-bottom: 15px;
}

/* MENU */
.menu {
  background-image: url('images/leaf.webp');
  border: 2px dashed #ffb6c1;
  border-radius: 10px;
  margin: 10px 0 15px;
  padding: 6px;
  font-size: 15px;
  color: #312b2f;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}

/* FLEX layout */
.page-layout {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

/* Sidebars */
.sidebar {
  width: 180px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 12px;
  background: #fffafc;
  border: 3px solid #ffd6e7;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  font-size: 13px;
}

.sidebar h2 {
  font-size: 14px;
  background-image: url('/images/navigation pink.gif');
  border: 2px dashed #ffb6c1;
  border-radius: 8px;
  padding: 4px 6px;
  margin: 8px 0;
  text-align: center;
  color: #7a4a68;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.sidebar ul li a {
  margin-bottom: 10px; 
  margin-left: 8px; 
  width: 145px; 
  height: 34px; 
  padding-top: 20px;           
  background-image: url("/images/buttons-nav.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  border: 0px solid #ffaabb;
  border-radius: 5px;
  transition: transform 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.sidebar li {
  margin: 4px 0;
}

.sidebar a {
  display: block;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #f3cce2;
  border-radius: 6px;
  text-decoration: none;
  color: #444;
  transition: 0.2s;
}

/* Content */
.content {
  flex: 1;
}

.banner {
  background: linear-gradient(to right, #fffbe7, #ffeef6);
  border: 3px dashed #ffb6c1;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  margin-bottom: 12px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}

/* FIX: rows centered equally */
.row {
  display: flex;
  justify-content: center; /* centers 3 columns evenly */
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}

.col {
  width: 220px;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid #f3cce2;
  background: #fffdfd;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 13px;
}

.catpudding {
  width: 19px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}

.updatetext {
  text-align: left;
}

.updatetext a {
  color: hotpink;
  text-decoration: underline;
  text-decoration-color: hotpink;
}

.updatetext a:hover {
  color: #ff7ab0;
  text-decoration-color: #ff7ab0;
}

.newsettler {
  font-weight: bold;
  color: #ff69b4;
}

.win-chan {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.divider {
  max-width: 220px;
  height: auto;
  display: block;
}

.col:nth-child(1) { background: #fff8e1; border-color: #f9d67a; }
.col:nth-child(2) { background: #eaf6ff; border-color: #8ecae6; }
.col:nth-child(3) { background: #f3ffef; border-color: #a3e4b3; }

.counter {
  background: #fff;
  border: 2px solid #f3cce2;
  border-radius: 10px;
  padding: 8px;
  text-align: center;
  margin: 5px 0;
}

.mood {
  background-image: url('images/not');
  width: 120px;
  height: 75px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color:rgb(49, 25, 25);
  text-align: center;
}

.updates {
  background: url('images/hanger.gif') no-repeat center;
  background-size: contain;  
  color: #1b0707;
  width: 145px; 
  height: 147px;              
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 35px 8px 8px;
  font-size: 10px;
  box-sizing: border-box;
  margin: auto;
}

.updates-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.whitecloudybox {
  height: 110px;
  width: 100%;
  border: 11px solid transparent;
  box-sizing: border-box;
  margin-top: auto;
  margin-bottom: 2%;
  border-image: url(https://angel99.neocities.org/lace1-2.gif) 50 round;
}

.whitecloudyfull { 
  width:100%;
  height:100%;
  overflow-y:auto;
  background: #fffffd; border-color: #f9d67a;
  color:black;
}

.whitecloudybox2 {
  height: 300px;
  width: auto;
  border: 11px solid transparent;
  margin-top: auto;
  margin-bottom: 2%;
  border-image: url(https://angel99.neocities.org/lace1-2.gif) 50 round;
}

.whitecloudyfull2 {
  width:100%;
  height:100%;
  overflow-y:auto;
  background: #fffffd; border-color: #f9d67a;
  color:black;
}

.chuchu-img {
  width: 500px;
  height: auto;
  border: 2px solid transparent;
  border-color: #c2185b;
}

#win-chan2 {
  width: auto;
  height: 150px;
  margin: auto;
}

.footer-img {
  width: 550px;
  height: auto;
  border: 2px solid transparent;
  border-color: #c2185b;
}

.rise {
  width:fit-content;
  transition: .2s ease; 
  font-size:2em;
}

.rise:hover {
  transform: translateY(-20%);
}

.haruhi {
    z-index: 1200;
    position: absolute;
    right: 300px;
    margin-right: 10px;
    margin-top: 800px;
    width: 220px;
    filter: drop-shadow(0.5px 0.5px 0 white) drop-shadow(0 0.5px 0 white) drop-shadow(0 0.5px 0.5px white) drop-shadow(0 0.5px 1px white) drop-shadow(0.5px 0.5px 1px black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black);
}


<style>
    #container {
      overflow: scroll;
      overflow-x: hidden;
      height: 10em;
      padding: 1rem;
    }

    ::-webkit-scrollbar {
      width: 16px;
      height: 16px;
    }

    ::-webkit-scrollbar-track {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
      image-rendering: pixelated;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    ::-webkit-scrollbar-track:active {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
    }

    ::-webkit-scrollbar-thumb {
      border-top: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      z-index: 1;
    }

    ::-webkit-scrollbar-corner {
      background-color: #cccccc;
    }

    ::-webkit-resizer {
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
      background-position: bottom right;
      background-repeat: no-repeat;
      image-rendering: pixelated;
    }

    ::-webkit-scrollbar-button,
    .scroll::-webkit-scrollbar-button {
      border-top: 1px solid #cccccc;
      border-left: 1px solid #cccccc;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
      display: block;
      width: 16px;
      height: 16px;
      background-color: #cccccc;
      image-rendering: pixelated;
      background-repeat: no-repeat;
      background-position: center center;
    }

    ::-webkit-scrollbar-button:active,
    .scroll::-webkit-scrollbar-button:active {
      background-position: 2px 2px;
    }

    ::-webkit-scrollbar-button:horizontal:decrement,
    .scroll::-webkit-scrollbar-button:horizontal:decrement {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
    }

    ::-webkit-scrollbar-button:horizontal:increment,
    .scroll::-webkit-scrollbar-button:horizontal:increment {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:vertical:decrement,
    .scroll::-webkit-scrollbar-button:vertical:decrement {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:vertical:increment,
    .scroll::-webkit-scrollbar-button:vertical:increment {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
    }

    ::-webkit-scrollbar-button:horizontal:increment:start,
    .scroll::-webkit-scrollbar-button:horizontal:increment:start {
      display: none;
    }

    ::-webkit-scrollbar-button:horizontal:decrement:end,
    .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:increment:start,
    .scroll::-webkit-scrollbar-button:vertical:increment:start {
      display: none;
    }

    ::-webkit-scrollbar-button:vertical:decrement:end,
    .scroll::-webkit-scrollbar-button:vertical:decrement:end {
      display: none;
    }

    ::-webkit-scrollbar-button:active,
    .scroll::-webkit-scrollbar-button:active {
      border-top: 1px solid #868a8e;
      border-left: 1px solid #868a8e;
      border-bottom: 1px solid #868a8e;
      border-right: 1px solid #868a8e;
      box-shadow: none;

html,
body {
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
