
    
        /* no need to touch this part, if you don't know how to edit it. */
 .marquee span {
	    width: max-content;
	    display: inline-block;
	    animation: marquee 25s linear infinite;
	    padding-left: 100%;
	}
	 
	.marquee span:hover {
	  animation-play-state: paused
	}
	 
	@keyframes marquee {
	    0% { transform: translate(0, 0); }
	    100% { transform: translate(-100%, 0); }
	}
.imageflex { display: flex; }
.imageflexcontent { margin-left: 5px; margin-top: 0; }
@font-face {
  font-family: MSW98UI;
  src: url(/fonts/MSW98UI-Bold.woff);
  font-weight: bold;
}
        :root{
            --site-max-width: 960px;
            --site-padding-x: 20px;
            --gutter: 20px;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        /* this is where you'll do most of the customization! */

        body {
            font-family: Pixelated MS Sans Serif;
            font-size: 14px;
            background: url('/images/ruins.png');
            background-size: cover;
            background-attachment: fixed;
            background-repeat: none;
            background-color: rgba(179, 196, 255, 0.7);
            background-blend-mode: overlay;
            color: #333;
        }

        /* scrollbar */
        ::-webkit-scrollbar { width: 12px; }
        ::-webkit-scrollbar-track { background: #e9ecef; border-radius: 6px; }
        ::-webkit-scrollbar-thumb { background: #a8c8e8; border-radius: 6px; border: 2px solid #e9ecef; }
        ::-webkit-scrollbar-thumb:hover { background: #90b6e0; }

        .container {
            max-width: var(--site-max-width);
            margin: 0 auto;
            padding: 0 var(--site-padding-x);
        }

        header.header {
            margin: 20px 0;
            display: block;
        }

        .header-panel {
            background: linear-gradient(135deg, #08009c, #005eb6);
            padding: 10px 16px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            border-radius: 6px;
        }

        .logo {
            color: white;
            font-size: 24px;
            font-weight: bold;
            font-family: MSW98UI;
            margin-bottom: 10px;
        }

        .navbar {
            background: #c0c0c0;
            padding: 8px 12px;
            border-radius: 4px;
        }

        .navbar a {
            color: #0048bd;
            text-decoration: none;
            margin-right: 15px;
            padding: 4px 8px;
            border-radius: 3px;
            transition: background-color 0.2s;
        }

        .navbar a:hover {
            background-color: #e8f2f8;
            color: #4a6c8a;
            font-weight: bold;
        }

        .main-container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: var(--gutter);
            margin: 20px auto 0 auto;
        }

        .content-section {
            background: white;
           
            margin-bottom: 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05), inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
        background:#c0c0c0;
        color:black;
        border:black solid 1px;
        box-shadow:
        font-family: Pixelated MS Sans Serif;
        font-size:13px;
        padding: 3px;
}

        .section-header {
           display: flex;
  justify-content: space-between;
  align-items: center;
           padding: 3px 3px 3px 6px;
            border-bottom: 1px solid #000575;
            font-weight: bold;
             font-family: MSW98UI;
            color: #ffffff;
   background:linear-gradient(90deg, #0a0080, #6761ff, #4b34ff);
        }

        .section-content {
            padding: 15px;
          /*  max-height: 200px; */
            overflow-y: auto;
            line-height: 1.5;
        }

        .section-content p { margin-bottom: 12px; }
        .section-content p:last-child { margin-bottom: 0; }

    
li {
	 padding-left: 40px;
    margin: 0;
	list-style: none;
	background-image: url("https://win98icons.alexmeub.com/icons/png/tip.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
}
        .section-content li {
            margin-bottom: 8px;
            color: #011d4a;
        }
        
        .section-content li strong {
        	color: #00138f;
        }
        
        .section-content a {
        	text-decoration: none;
        	color: #0059b3;
        }
        
        .section-content a:hover {
        	text-decoration: underline;
        }

        .img-left { float: left; margin: 0 15px 10px 0; max-width: 150px; height: auto; }
        .img-right { float: right; margin: 0 0 10px 15px; max-width: 150px; height: auto; }
        .img-center { display: block; margin: 10px auto; max-width: 100%; height: auto; }
        .section-content::after { content: ""; display: table; clear: both; }

        .main-content { display: flex; flex-direction: column; height: fit-content; }
        .main-content .content-section:first-child { flex: none; height: 250px; }
        .main-content .content-section:last-child { height: 400px; }
        .main-content .content-section:last-child .section-content { max-height: calc(400px - 45px); }
        
        .main-content .content-section:first-child .section-content {
    max-height: calc(250px - 45px);
    overflow-y: auto; 
        	
        }

        .sidebar { display: flex; flex-direction: column; }
        .sidebar .section-content { max-height: 150px; }
 .sidebar .section-content2 { max-height: none; }


        .button-section {
            background: white;
            border: 1px solid #c8ddf0;
            border-radius: 6px;
            margin-bottom: 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .button-section .section-header { padding: 8px 15px; }

        .button-content { padding: 15px; 
}
        .button-area { display: flex; align-items: flex-start; gap: 10px; margin-top: 10px; 
}
        .site-button { width: 88px; height: 31px; border-radius: 3px; flex-shrink: 0; }
        .button-code {
            flex: 1;
            width: 100%;
            height: 60px;
            font-family: 'MS PGothic', monospace;
            font-size: 11px;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 5px;
            resize: vertical;
        }

        footer.footer {
            margin: 20px 0 10px 0;
            display: block;
        }

        .footer-panel {
            background: linear-gradient(135deg, #4c92d9, #d5e4f2);
            padding: 20px 16px;
            text-align: center;
            border-top: 1px solid #e0e0e0;
            font-size: 12px;
            color: #02193d;
            border-radius: 6px;
        }
        
        /* this is to make it mobile friendly. uhh idk what i'm doing with this let me know it it does work */

        @media (max-width: 768px) {
            :root { --site-padding-x: 10px; }
            .main-container { grid-template-columns: 1fr; gap: 12px; margin: 10px auto 0 auto; }
            header.header { margin: 10px 0; }
            footer.footer { margin: 30px 0 10px 0; }
            .navbar a { display: block; margin: 2px 0; }
            .button-area { flex-direction: column; }
            .main-content .content-section:last-child { height: auto; }
           .main-content .content-section:last-child .section-content { max-height: 200px; } 
            .img-left, .img-right { float: none; display: block; margin: 10px auto; }
        }
.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 2px;
}
/* music bar */
      #tracklist ol, #tracklist li:before {
          counter-increment: li ; 
    content: counter(li) ".";
    margin-right: 0.2em;
   
}

 #tracklist {
        width:262px;
        padding:7px;
        margin:0px auto;
        background:#c0c0c0;
        color:black;
        border:black solid 1px;
        box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
        font-family: Pixelated MS Sans Serif;
        font-size:13px
        }
        
      #tracklist span {
        font-weight:bold;
        background:#fff;
        padding: 0px 2px;
        margin: 0px 3px;
        }
        
      #tracklist a {
        color:blue
        }
        
      #tracklist a:hover {
        color:red;
        }
        
      #tracklist summary {
        font-weight:bold;
        font-size:15px;
        margin:0px;
        padding:0px 0px 3px 0px
        }
        
      #tracklist summary:hover {
        cursor:pointer  
        }
        
      #tracklist ol {
        text-align:left;
        list-style-position:inside;
        padding:0px;
        margin:0px;
        max-height:175px;
        overflow-y:auto
        }
        
      #tracklist ol li {
        margin:3px 0px;
        }
        
      #tracklist ol li:hover {
        cursor:default  
        }
    .title-bar {
        background:linear-gradient(90deg, #0a0080, #6761ff, #4b34ff);
    }
 
    .player {
        width:fit-content;
        border: black solid 1px;
        border-width: 1px 0px 0px 1px;
        margin-left:auto;
        margin-right:auto;
    }
 
    .controlimg:hover {
        cursor:help;
    }

 

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}
 
input[type="range"]:focus {
  outline: none;
}
 
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 11px;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(-8px);
  box-shadow: none;
  border: none;
}
 
input[type="range"].has-box-indicator::-webkit-slider-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(-10px);
}
 
input[type="range"]::-moz-range-thumb {
  height: 21px;
  width: 11px;
  border: 0;
  border-radius: 0;
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  transform: translateY(2px);
}
 
input[type="range"]::-moz-range-thumb {
  background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
  border: 0;
  border-radius: 0;
  height: 21px;
  transform: translateY(2px);
  width: 11px;
  }
 
input[type="range"].has-box-indicator::-moz-range-thumb {
  background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
  transform: translateY(0px);
}
 
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  box-sizing: border-box;
  background: black;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
    -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}
 
button,input,label,option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid #222;text-decoration:none}button,input[type=reset],input[type=submit]{border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}.vertical-bar,button,input[type=reset],input[type=submit]{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}.vertical-bar{height:20px;width:4px}button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;text-shadow:1px 1px #222}@media (not(hover)){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:grey}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}}
 
.title-bar-controls button {border:none;border-radius:0;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}
 
.title-bar-controls button {background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}
 
.title-bar-controls button:not(:disabled):active {box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;text-shadow:1px 1px #222}
 
@media (not(hover)){
	button:not(:disabled):hover {
    box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}
}
 
.title-bar-controls button:focus {outline:1px dotted #000; outline-offset:-4px}
.title-bar-controls button::-moz-focus-inner {border:0}
 
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/1za99g.woff") format("woff");
  src: url("https://files.catbox.moe/8fwbkl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://files.catbox.moe/z7csle.woff") format("woff");
  src: url("https://files.catbox.moe/moqhx6.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
 
 
.window, .title-bar {
  font-family: "Pixelated MS Sans Serif", Arial;
  -webkit-font-smoothing: none;
  font-size: 11px;
}
 
.window {
  box-shadow: inset -1px -1px #0a0a0a,
    inset 1px 1px #dfdfdf, inset -2px -2px #808080,
    inset 2px 2px #ffffff;
  background: #c0c0c0;
  padding: 3px;
  width:260px;
}
 
.title-bar {
  padding: 3px 2px 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.title-bar-text {
  font-weight: bold;
  color: white;
  letter-spacing: 0;
  margin-right: 24px;
}
 
.title-bar-controls {
  display: flex;
}
 
.title-bar-controls button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}
 
.title-bar-controls button:active {
  padding: 0;
}
 
.title-bar-controls button:focus {
  outline: none;
}
 
.title-bar-controls button[aria-label=Minimize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
background-position:bottom 3px left 4px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Maximize]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
background-position:top 2px left 3px;
background-repeat:no-repeat}
 
.title-bar-controls button[aria-label=Close]{
background-image:url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
background-position:top 3px left 4px;
background-repeat:no-repeat;
margin-left:2px}
 
.window-body { margin:0px; height:98px; }
 
 
 
input[type=range] {
        -webkit-appearance: none;
        appearance:none;
        width: 100%;
    }
 
    input[type=range]:focus {
        outline: none;
    }
 
    /* settings for chrome browsers */
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
 
    /* settings for firefox browsers */
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 2px; /* thickness of seeking track */
        cursor: help;
    }
 
    .flex {display: flex;}
 
    .titlebaricon { height:14px; width:14px;}
 
 
    .songtitlewindow {
        background-color:#fff;
        box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
    }
 
    #musicplayer {
        border:2px solid silver; /* border around player */
        border-width: 2px 0px 0px 0px;
        width:160px; /* width of the player */
    }
 
    #imagestyle {
        background:silver; /* background color of player */
        border:2px solid silver; /* border around player */
        width:95px; /* width of the player */
        height:95px;
        box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
    }
 
    .ic {
    	width:90px;
        position:relative;
        bottom:1px;
        right:1px;
        overflow:hidden;
        padding:2px;
        border:2px solid transparent;
    }
 
    .songtitlearrow {
        background-size:100%;
        background-repeat:no-repeat;
        background-image:url(https://files.catbox.moe/f5e8np.png);
        height:21px;
        width:21px;
        position:relative;
        top:2px;
        left:-2px;
        border:0px solid transparent;
        border-width:0px 0px 0px 0px;
    }
 
    .songtitle {
        padding:5px; /* padding around song title */
        border-bottom:0px; /* border under song title */
        display:block;
        font-family:Pixelated MS Sans Serif;
    }
 
    .controls {
        font-size:18px !important; /* size of controls */
        text-align:center;
        width:100%;
        position:relative;
        bottom:10px;
    }
 
    .controls td {
        padding:8px 5px 0px 5px; /* padding around controls */
    }
 
    button {
        min-width:40px;
    }
 
    .seeking {
        background-color:#c0c0c0; /* background color of seeking bar */
        display:flex;
        justify-content: space-evenly;
        padding:14px; /* padding around seeking bar */
    }
 
    .current-time {
        padding-right:5px;
    }
 
    .total-duration {
        padding-left:5px;
    }
 
    .controlimg {
    height:15px;
    width:15px;
    }
