    @font-face {
        font-family: alkhemikal;
        src: url(/Alkhemikal.ttf);
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: aqua;
    }

    ::-webkit-scrollbar-thumb {
        background: greenyellow;
    }

    body {
        background-color: hotpink;
        margin: 0px;
    }

    h1, h3 {
        color: #00ffff;
        font-family: alkhemikal;
        text-align: center;
        text-shadow: 2px 2px yellowgreen;
    }

    h1 {
        font-size: 35px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        color: #adff2f;
        font-family: alkhemikal;
        text-align: center;
        font-size: 21px;
        text-shadow: 1px 1px yellowgreen;
    }

    ul {
        color: greenyellow;
        font-family: alkhemikal;
        font-size: 20px;
        text-shadow: 1px 1px yellowgreen;
    }

    .header {
        background-color: aqua;
        background: linear-gradient(0deg, aqua, #00bbcd);
        display: flex;
        justify-content: center;
        border: 2px solid greenyellow;
        border-bottom: None;
    }

    .topnav {
        background-color: aqua;
        background: linear-gradient(180deg, aqua, #00bbcd);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border: 2px solid greenyellow;
        border-top: None;
    }

    .topnav a {
        float: left;
        background-color: hotpink;
        background-image: url(images/BG_bck-pnklightning.jpg);
        border: 1px solid greenyellow;
        border-radius: 10px;
        color: aqua;
        text-align: center;
        padding: 15px 15px;
        margin:10px 10px;
        text-decoration: none;
        text-shadow: 1px 1px yellowgreen;
    }

    .topnav a:hover {
        background-color: greenyellow;
        color: aqua;
    }

    a:link, a:visited {
        color: greenyellow;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-family: alkhemikal;
    }

    a:hover, a:active {
        color: aqua;
    }

    #disclaimer {
        border: 2px solid #000000;
        background: 
            /* On "top" */
            repeating-linear-gradient(
                45deg,
                transparent,
                transparent 10px,
                #000000 20px,
                #000000 30px
            ),
            /* on "bottom" */
            linear-gradient(
                to bottom,
                #d9ff00,
                #ceb200
            );
        margin-top: 36px;
    }

    .mini_div {
        position: relative;
        padding:15px;
        border: 2px solid grey;
        border-radius: 5px;
        background-color: hotpink;
        background-image: url(images/BG_bck-pnklightning.jpg);
        margin: 15px;
        margin-bottom: 55px;
    }

    .mini_div::before {
        content: "";
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -20px;
        z-index: -5;
        background: linear-gradient(45deg, aqua, rgb(0, 187, 205));
        border: 2px solid whitesmoke;
        border-radius: 5px;
    }

    #left_column, #right_column {
        width: 25%;
        margin: 20px;
        margin-top: 15px;
        float: left;
    }

    #middle {
        width: 43%;
        margin-top: 15px;
        float: left;
    }

        @font-face {
        font-family: 'basiic';
        src: url('https://file.garden/Zztv0a9yEhr5pmEq/basiic.ttf') format("truetype");
    }

            /* green theme */
        
        #musicplayer{ 
          font-family: 'basiic';
          font-weight:bold;
          height:30px;
          width:100%;
          left:0;
          top:0;
          position:fixed;
          z-index: 5;
          margin-bottom:20px;  
          display:flex;
          background: linear-gradient(180deg,#acb983 0%, #e7f0c3 45%,#3b5931  47%, #5d8247 60%, greenyellow 100%);
         border:ridge 2px #5d8247; /* border around player */
          outline: solid 2px greenyellow;  
         box-shadow: inset 10px 0px 6px -10px #5d8247, inset -13px 0px 6px -10px #5d8247, inset 0px 10px 6px -10px #ffffff, inset 0px -13px 6px -10px #3b5931;
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'pixel';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color:black;
            letter-spacing: 1px; 
        
            background: white;/* background of song title */
            border: gray inset 1px;
               border-radius:6px;
               box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decoration:none;
              filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
            .controls td{
               padding-top:5px; /* padding around controls */
            }
         
            .seeking{
              width:75%;
              background: transparent;/* background color of seeking bar */
              display:flex;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{  
              padding-right:5px;
              margin-right: 3px; 
             filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
               
            }
         
            .total-duration{
              padding-left:5px;
              filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white)  drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);
            }
         
           .ctrlimg {
   height:16px;
   width:16px;
   }
    .ctrlimg:hover{
        cursor:help;
    }
            
            input[type=range] {
                -webkit-appearance: none;
                width: 100%;
              background: transparent;
            }
            
            input[type=range]:focus {
                outline: none;
            }
            
            input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 6px; /* thickness of seeking track */
                cursor: help;
                border-radius: 6px;
                background: black; /* color of seeking track */
                border: 1px white solid;
            }
        
            input[type=range]::-webkit-slider-thumb {
              
                height: 30px; /* height of seeking square */
                width: 20px; /* width of seeking square */
                background-image:  url('https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif'); /* image of  seeking square */
                background-size: 25px;
                -webkit-appearance: none;
                margin-top: -10px;
                
            }
            
        input[type=range].volume_slider::-webkit-slider-runnable-track { 
            background: white; /* color of volume seeking track */
             filter:drop-shadow(-0.5px 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0 black) drop-shadow(0 0.5px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0.5px 0 black) drop-shadow(0.5px 0.5px 0 black);  /* outline of volume seeking track */ 
            }
            
         input[type=range].volume_slider::-webkit-slider-thumb {
            background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png);/* image of volume seeking square */
            background-size: 20px;
            height: 20px; /* height of volume seeking square */
            width: 20px; 
            margin-top: -8px;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }