  <style>
      * {
        box-sizing: border-box;
      }

 * {
  cursor: url(https://i.imgur.com/dCHo4iD.png), auto !important;
}

 

      body {
        background-image: url('https://i.imgur.com/wnpESHc.png');
        font-family: 'Ms UI Gothic', sans-serif;
        letter-spacing: 1.2px;
        font-size: 15px;
        color: #5d5d5d;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }

      .the-layout {
        width: 840px;
        max-height: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      #section {
        width: 780px;
        margin: 0 auto;
        border: 2px ridge black;
        border-top: 1px solid black;
        background: #ebedf7;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        gap: 10px;
        overflow: hidden;
        padding: 13px;
        border-radius: 7px;
      }

      #everything {
        width: 100%;
        max-height: 1200px;
        background-image: url('https://i.pinimg.com/736x/40/c9/6c/40c96c7de3cc2108899540e5b3a942e3.jpg');
        padding: 10px;
        border: 2px groove;
        border-radius: 1px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        gap: 10px;
        background-size: 420px;
      }

      .column {
        width: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .profile {
        width: 190px;
        height: 535px;
        border: 2px groove lightgray;
        margin-top: 5px;
        padding: 5px;
        background: #ffffff;
        min-height: 133px;
        box-sizing: border-box;
      }

      .icon {
        border: 1px groove black;
        display: block;
        margin: 0 auto;
      }

      .float1 {
        float: left;
        margin-right: 5px;
      }

      .float2 {
        float: right;
      }

      .container {
        width: 425px;
        border: 2px groove lightgray;
        margin-top: 5px;
        background-image: url('https://i.pinimg.com/736x/21/63/d3/2163d3df6154f7aa697d21dcd9c9970e.jpg');
        background-size: 422px;
        background-position: center;
        background-repeat: no-repeat;
        height: 430px;
        box-sizing: border-box;
        padding: 10px;
      }

      .aboutme-wrapper {
        margin-left: 40px;
        margin-top: 5px;
        max-height: 400px;
        overflow-y: auto;
        padding-right: 10px;
      }

      .aboutme-content {
        font-size: 15px;
        line-height: 3.2;
        color: #3c3c3c;
        max-width: 100%;
      }

      .aboutme-heading {
        font-size: 18px;
        font-weight: idk;
        margin-bottom: 10px;
        margin-left: 120px;
        margin-top: 27px;
        padding-bottom: 5px;
      }

        .aboutme2-heading {
        font-size: 18px;
        font-weight: idk;
        margin-bottom: 10px;
        margin-left: 70px;
        margin-top: 27px;
        padding-bottom: 5px;
      }

      .divider {
        display: block;
        width: 100%;
        max-width: 345px;
        height: auto;
        margin: 9px auto;
      }

      .deco {
        width: 425px;
        margin-top: 5px;
        position: relative;
      }

     .scrollbox {
  width: 425px;
  height: 100px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border: 1px solid black;
  font-size: 0;
}

.scrollbox img {
  display: inline-block;
  margin-right: 2px;
}

      .scrollbox-label {
        position: absolute;
        top: -73px;
        left: 10px;
        background: white;
        padding: 0 5px;
        font-size: 8px;
        font-weight: bold;
        border: 1px solid black;
        z-index: 2;
      }
    

      .something {
        width: 160px;
        border: 2px groove lightgray;
        background: #f8f8f0;
        margin-left: 5px;
        height: 271px;
        padding: 5px;
      }

      .highlight {
        font-size: 16px;
        background: pink;
        padding-left: 5px;
        padding-right: 5px;
      }

      .aboutme-wrapper::-webkit-scrollbar {
        width: 10px;
      }

      .aboutme-wrapper::-webkit-scrollbar-track {
        background: #fcf3f8;
        border-radius: 6px;
      }

      .aboutme-wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #ffeafd, #fcf3f8);
        border: 0.5px solid #d6b9cb;
        border-radius: 10px;
        box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
      }


.scrollbox::-webkit-scrollbar {
  height: 13px;
}

.scrollbox::-webkit-scrollbar-track {
  background: #ffff;
  border-radius: 1px;
}

.scrollbox::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ffeafd, #fcf3f8);
  border-radius: 10px;
  border: 0.5px solid #d6b9cb;
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}


  #music-button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #music-button img {
    display: block;
    width: 32px;
    height: auto;
    image-rendering: pixelated;
  }

a:hover, button:hover, input[type="submit"]:hover, a img:hover { cursor: url(https://i.imgur.com/ejutXop.png), pointer !important; }

#back-button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;   
  cursor: hover;
}

#back-button img {
  display: block;
  width: 36px;
  height: auto;
  top: 90px;
  image-rendering: pixelated;
}

      .tiny-scrollbox {
        width: 230px;
        height: 70px;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        border: 1px solid #ccc;
        padding: 4px;
        background: #fff8ff;
        font-size: 10px;
        font-family: Arial, sans-serif;
        color: #555;
        border-radius: 5px;
      }

      .page-button {
        position: absolute;
        top: 485px;
        left: 950px;
        background: none;
        border: none;
        padding: 0;
        font-family: Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: blue;
        cursor: pointer;
        text-decoration: underline;
        z-index: 10;
      }

.inner-scrollbox {
  width: 95%;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #F0F9FF;
  border: 1px;
  padding: 6px;
  font-size: 12.5px;
  line-height: 1.9;
  margin: 8px auto;
  border-radius: 6px;
}
.scrollbox img {
  filter: grayscale(100%) sepia(18%) hue-rotate(180deg) saturate(300%);
  transition: filter 0.0s ease;
}

.scrollbox img:hover {
  filter: none;
}




    </style>