* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: url("https://64.media.tumblr.com/ff68be2078d3eea1f32443eced65c5e3/e05bf2c64af0ed7b-71/s250x400/ab30ffe845b01fb92dbd7bc9d0ff37c7d127bfaa.jpg");
    padding: 40px;
    width: 1000px;
    margin: auto;
}


  @font-face {
src: url('https://pixelbank.neocities.org/shinybutton.ttf');
font-family: 'shinybutton';
}

@font-face {
src: url('https://pixelbank.neocities.org/neuebit.otf');
font-family: 'neuebit';
}

/* OUTER WRAPPER */
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.header {
  height: 200px;
  background: url('https://64.media.tumblr.com/1f3fc6d9575cdd7afff148c76caecd82/dea0859740d1cf2b-97/s1280x1920/517b4f9fe8ee60f0e61a8da11b80d265713ff11d.gifv') center/cover no-repeat;
  position: relative;
  border: 2px solid #0B0930;
margin-bottom: 10px;
}

.header h1 {
  font-family: 'shinybutton';
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: black;
  font-size: 5em;
  background: #ffffff90;
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 15px;
  line-height: 0.5;
}

.content {
    display: flex;
    gap: 10px;
}

.nav {
    width: 150px;
    border: 4px solid black;
    padding: 10px;
    background: #0B0930;
}

.nav h2 {
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    font-size: 32px;
    font-family: 'neuebit';
    text-decoration: underline;
    color: #A4A2C4;
}

.nav-link {
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #A4A2C4;
    background: #34237B90;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease;
    font-family: 'neuebit';
    font-size: 20px;
    color: #A4A2C4;
}

.nav-link:hover {
    background: #A4A2C4;
    color: #34237B
}

.main {
    padding: 20px;
    height: 600px;
    font-family: 'neuebit'; 
font-size: 24px;
text-align: center;
color: #A4A2C4;
background: #0B0930;
}

.another {
width: 100%;
padding: 10px;
height: 545px;
background: #34237B90;
border: 2px solid #A4A2C4;
font-family: 'neuebit'; 
font-size: 24px;
margin-top: 10px;
  overflow-y: auto;  
}

.accordion {
  background-color: #A4A2C4;
  border: 2px solid #34237B;
  text-align: center;
  font-family: 'neuebit'; 
  font-size: 22px;
  color: #000;
  cursor: pointer;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}

.accordion:hover {
  background-color: #C1ADF0;
  transition: .3s;
}

.panel {
  background-color: #0B0930;
  border: 2px solid #34237B;
  border-top: none;
  font-family: 'neuebit';
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;        
  overflow: hidden;
  opacity: 0;
  transition: 
    max-height 0.5s ease,
    opacity 0.4s ease;
}

.panel.active {
  height: auto;         
  opacity: 1;
}

.pixel-box {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #EFF7FF;
  border: 2px solid #A4A2C4;
  padding: 10px;
  text-align: center;
  gap: 5px;
  overflow-y: auto; 
  overflow-x: hidden;
}

.pixel-box img {
  width: 20px;
  height: 20px;
}

        ::-webkit-scrollbar {
        width: 14px;
        }

        ::-webkit-scrollbar:horizontal {
        height: 14px;
        }

        ::-webkit-scrollbar-corner {
        background: #eee;
        }

        ::-webkit-scrollbar-track:vertical {
        background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-track:horizontal {
        background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb {
        border: 1.5px solid #888;
        border-radius: 5px;
        box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
        }

        ::-webkit-scrollbar-thumb:vertical {
        background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-thumb:horizontal {
        background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
        }

        ::-webkit-scrollbar-button:horizontal:end:increment,
        ::-webkit-scrollbar-button:horizontal:start:decrement,
        ::-webkit-scrollbar-button:vertical:end:increment,
        ::-webkit-scrollbar-button:vertical:start:decrement {
        display: block;
        }

        ::-webkit-scrollbar-button:vertical {
        height: 15px;
        }

        ::-webkit-scrollbar-button:vertical:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:vertical:start:increment {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border: 1.5px solid #888;
        border-radius: 5px;
        }

        ::-webkit-scrollbar-button:horizontal {
        width: 14px
        }
        ::-webkit-scrollbar-button:horizontal:start:increment {
        display: none;
        }
        ::-webkit-scrollbar-button:horizontal:end:decrement {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:start:decrement {
        background: white;
        background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }

        ::-webkit-scrollbar-button:horizontal:end:increment {
        background: white;
        background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 100% auto, cover;
        -webkit-background-size: 100% auto, cover;
        -o-background-size: 100% auto, cover;
        background-size: 100% auto, cover;
        border-radius: 5px;
        border: 1.5px solid #888;
        }
