body {
   background-image:url(https://cheepfish.neocities.org/img/sitebackground7.jpg) ; 
   background-attachment: fixed;
   background-size: cover;
}

:root {
 
  --width:250px;
  --height:calc(var(--width) / 2);

    /* BOX */

    --border: 2px solid rgb(22, 22, 21);
    --box-shadow: 5px 5px;
    --below: drop-shadow(3px 4px 4px #262726b9);

    /* COLOR */

    --container-color: hsla(213, 76%, 92%, 0.521);
    --box-color: rgb(255, 255, 255);
   
}

.grid-container {
    display: grid;
    grid-template-columns: minmax(1fr) minmax(1fr);
    grid-template-rows: 120px 600px 470px 1fr;
    max-width: 1000px;
    width: 1000px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    aspect-ratio: 1 / 1;
}

p {
    font-family: DejaVu Sans Mono, monospace;
    margin: 5px;
}

.box-text p {
    font-family: DejaVu Sans Mono, monospace;
    font-size: 14px;
    text-align: left;
}

.box-text {
    padding: 0 10px 0 10px;
}

.box-header {
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(130deg, #2532f0 30%, #87c3ff 100%);
    padding: 10px 15px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}

.box-header-single {
    background: linear-gradient(130deg, #2532f0 30%, #87c3ff 100%);
    padding: 10px 15px;
    margin-bottom: 0.7em;
    border: var(--border);
    border-radius: 10px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}
header {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-column: 1 / span 2;
    display: grid;
    grid-column: 1 / span 2;
    grid-row: 1;
    position: absolute;
    width: 1000px;
    justify-content: center;
    filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}

.header-title, .headerbgdiv {
    grid-area: 1 / 1;
}

header img {
    width: 100%;
    height: auto;
    max-height: 132.67px;
    min-height: 132.67px;
    object-fit: cover;
    place-items: center;
  
}

.header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 2;
}

.headerbgdiv {
    z-index: 1;
}

.header-title img {
    overflow: visible;
}

.headerbg {
    border: 2px solid #f6ff7d;
    border-radius: 10px;
    filter: hue-rotate(30deg);
}

.logo {
    overflow: visible;
    margin-top: 14px;
    width: 680px;
}
  
@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}     

.logoleft, .logoright {
    width: auto;
}

.logoleft img {
    width: 10px;
}

.shelf {
    width: 900px;
    height: auto;
    grid-column: 1 / span 2;
    grid-row: 2 / span 4;
    margin: 0 auto;
}

.shelf img { 
    filter: saturate(120%);
    filter: hue-rotate(-13deg);
}

.welcome {
    grid-row: 2;
    grid-column: 1;
    z-index: 1005;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 260px;
    height: 300px;
    margin-left: -340px;
    margin-top: 10px;
    transform: rotate(2deg);
    filter: var(--below);
}

#paperimg {
    width: 250px;
}

.paperall {
    position: absolute;
    width: 150px;
    margin-left: 57px;
    margin-top: 30px;
}

.papercontent p {
    font-family: DejaVu Sans Mono, monospace;
    font-size: 13px;
    text-align: center;
}

.note {
    grid-row: 2;
    grid-column: 1;
    z-index: 1004;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 200px;
    height: 200px;
    transform: rotate(-9deg);
    margin-top: 235px;
    margin-left: -320px;
    filter: var(--below);
}

#noteimg {
    width: 170px;
}

.noteall {
    position: absolute;
    width: 140px;
    margin-top: 20px;
    margin-left: 16px;
    transform: rotate(2deg);
}

.notecontent p {
    font-family: DejaVu Sans Mono, monospace;
    font-size: 13px;
    text-align: center;
}

.post {
    grid-row: 2;
    grid-column: 2;
    z-index: 902;
    transform: rotate(-5deg);
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    margin-top: 95px;
    margin-right: -700px;
    filter: var(--below);
}

#postit {
    width: 160px;
}

.todotitle {
    text-align: center;
    margin-top: 8px;
    z-index: 2000;
}

.todotitle p {
    font-family: "hand";
    font-size: 30px;
    color: #2532f0;
}

.todocontent {
    margin-top: 10px;
     z-index: 3000;
}

.todocontent p {
    font-family: "hand";
    font-size: 22px;
}

.todo {
    position: absolute;
    width: 154px;
    height: 158px;
    padding-bottom: 20px;
    text-align: center;
}

.picofmonth {
    grid-row: 2;
    grid-column: 2;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 220px;
    height: 250px;
    margin-top: 270px;
    margin-right: -320px;   
    transform: rotate(5deg);
    filter: var(--below);
}

#picimg {
    width: 220px;
}

.picall {
    position: absolute;
}

#picid {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
    border: 3px solid #a06dff;
    margin-left: 35px;
}

.pictitle {
    text-align: center;
    margin-top: 8px;
    z-index: 2000;
    margin-left: -4px;
    margin-top: 27px;
    padding-bottom: 7px;
}

.pictitle p {
    font-family: "hand";
    font-size: 30px;
    color: #2532f0;
    margin-left: 18px;
}

.note2 {
    grid-row: 3;
    grid-column: 1;
    z-index: 1003;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 115px;
    height: 115px;
    transform: rotate(-4deg);
    margin-top: -40px;
    margin-right: 60px;
    filter: var(--below);
    
}

#noteimg2 {
    width: 115px;
}

.note3 {
    grid-row: 3;
    grid-column: 1;
    z-index: 1003;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 195px;
    height: 195px;
    transform: rotate(4deg);
    margin-top: -40px;
    margin-right: -265px;
    filter: var(--below);
}

#noteimg3 {
    width: 195px;
}

.note4 {
    grid-row: 3;
    grid-column: 2;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 175px;
    height: 175px;
    transform: rotate(4deg);
    margin-top: 90px;
    margin-right: -350px;
    filter: var(--below);
}

#noteimg4 {
    width: 175px;
}

.note5 {
    grid-row: 3;
    grid-column: 1;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 55%;
    height: 195px;
    transform: rotate(4deg);
    margin-top: 240px;
    margin-right: 270px;
    filter: var(--below);
}

#noteimg5 {
    width: 195px;
}

.note6 {
    grid-row: 4;
    grid-column: 2;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 185px;
    height: 185px;
    transform: rotate(7deg);
    margin-right: -330px;
    filter: var(--below);
}

#noteimg6 {
    width: 185px;
}

.note7 {
    grid-row: 3;
    grid-column: 2;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 505px;
    height: fit-content;
    margin-top: 410px;
    margin-left: -620px;
}

#noteimg7 {
    width: 505px;
    filter: drop-shadow(3px 5px 4px #262726b6);
}

.note8 {
    grid-row: 3;
    grid-column: 2;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 150px;
    height: fit-content;
    margin-top: 410px;
    margin-left: 50px;
    
}

#noteimg8 {
    width: 150px;
    filter: drop-shadow(3px 5px 4px #262726e7);
}

.note9 {
    grid-row: 4;
    grid-column: 2;
    z-index: 81;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 70px;
    height: fit-content;
    margin-top: 10px;
    margin-left: 340px;
}

#noteimg9 {
    width: 70px; 
}

#noteimg9:hover {
animation: shake 0.5s; 
animation-iteration-count: infinite; 
-webkit-filter:blur(1px); 
-webkit-transition: .5s ease-in; 
} 
 
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
} 
    

.stamp {
    grid-row: 2;
    grid-column: 1;
    z-index: 81;
    width: 580px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 65px;
    margin-right: -480px;
}

#stampimg {
    width: 580px;
    filter: drop-shadow(2px 2px 2px #262726e7);
}

.flateric {
    grid-row: 1;
    grid-column: 1;
    z-index: 1000;
    width: 140px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-self: center;
    margin-right: 200px;
    transform: rotate(-20deg);
}

#flatericimg {
    width: 140px;
    transform:rotate(0deg);
    transition:0.3s;
}

#flatericimg:hover {
    transform:rotate(-255deg);
    transition:0.3s;
}

.fishrow {
    grid-row: 2;
    grid-column: 2;
    z-index: 70;
    width: 340px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 535px;
    margin-right: 130px;
    filter: var(--below);
}

#fishrowimg {
    width: 340px;
}

.binkie {
    grid-row: 4;
    grid-column: 1;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 185px;
    height: 300px;
    transform: rotate(-4deg);
    margin-left: -310px;
    margin-top: -25px;
    filter: var(--below);
}

#binkieimg {
    width: 185px;
    height: 305px;
}

.binkieall {
    position: absolute;
    margin-left: 18px;
    margin-top: 15px;
}

.todotitlebink {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 2px;
    margin-right: 6px;
}

.todotitlebink p {
    font-family: "hand";
    font-size: 30px;
    color: #2532f0;
}

.updates {
    grid-row: 3;
    grid-column: 2;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 215px;
    height: 215px;
    transform: rotate(-13deg);
    margin-top: 270px;
    margin-right: -380px;
    filter: var(--below);
}

#updatesimg {
    width: 215px;
    z-index: 98;
}

.updatesall {
    position: absolute;
    width: 140px;
    margin-left: 51px;
    z-index: 100;
}

.updatescontent {
    overflow-y: scroll;
    max-height: 150px;

      overflow: scroll;
      overflow-x: hidden;
      height: 10em;
      padding-bottom: 2px;
    }

    .updatescontent::-webkit-scrollbar {
        width: 8px;
        }

        .updatescontent::-webkit-scrollbar-track {
        background-color: #e4e4e4;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        }

        .updatescontent::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #e4e4e4;
        border: 1px solid #aaa;
        }

.updatescontent p {
    font-size: 14px;
}

.door {
    grid-row: 4;
    grid-column: 2;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    width: 100%;
    height: fit-content;
    margin-top: 140px;
    margin-right: -635px;
    transform: rotate(-7deg);
    filter: drop-shadow(0px 30px 40px #7eff72e5);
}

#doorimg {
    width: 170px;
}



.main-mid {
    grid-row: 2;
    grid-column: 1 / span 2;
    width: 650px;
    margin: 0 auto;
    margin-top: 123.7px;
    filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}

.middle {
    text-align: center;
    background-color: var(--container-color);
    padding: 20px;
    overflow-y: auto;
    border-left: 2px solid #4325f0;
    border-right: 2px solid #583df1;
}

.nav-header {
    display: flex;
    justify-content: start;
    background: linear-gradient(to right, #5b25f0, rgb(181, 168, 255) 340px, #5b25f0 700px);
    padding: 9px;
    width: 645px;
    margin-left: -7px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}

.nav-header2 {
    background: linear-gradient(to right,  #5b25f0, rgb(181, 168, 255)  340px, #5b25f0 700px);
    padding: 7px;
    height: 20px;
    width: 648px;
    margin-left: -6px;
    overflow: visible;
}

nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 5px;
}

.nav-title {
    font-family: "pixel";
    font-size: 20px;
    margin-left: 10px;
    color: rgb(200, 255, 168);
}

.nav-title2 {
    font-family: "pixel";
    font-size: 20px;
    margin-left: 10px;
    color: rgb(200, 255, 168);
}

.button {
    width: 150px;
    height: auto;
    padding: 2px;
}     

#fish1, #fish3, .buttonbg, .buttongif, .currentlyfish, #fish6, #fish8, #fish11 {
animation-name: float1; 
animation-duration: 4s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes float1 { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 5px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     

#fish2, #fish7, #fish9 {
animation-name: float2; 
animation-duration: 3s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes float2 { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 5px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}  

#fish4, #fish5, #fish10 {
animation-name: float3; 
animation-duration: 4s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes float3 { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 8px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}

.guestbook {
    margin-top: 667px;
    margin-left: 340px;
    width: 180px;
    position: absolute;
    transform: rotate(-7deg);
    z-index: 200;
    filter: drop-shadow(0px 0px 30px #d7ff46e5);
}

.fishclip {
    grid-row: 1;
    grid-column: 1;
}

.fishgrab {
    width: 20%;
    z-index: 801;
    position: absolute;
    margin-top: 549px;
    margin-left: -35px;
    transform: rotate(10deg);
    filter: var(--below);
}

.container2 {
    grid-column: 1 / span 2;
    grid-row: 3;
    position: relative;
}

.welcome-container {
    grid-row: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.top-tank {
    display: flex;
    justify-content: start;
    background: linear-gradient(to right, #5b25f0, rgb(181, 168, 255)  140px, #5b25f0 400px);
    padding: 9px;
    width: 340px;
    margin-left: -8px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}

.bot-tank {
    background: linear-gradient(to right,  #5b25f0, rgb(181, 168, 255) 140px, #5b25f0 400px);
    padding: 7px;
    height: 20px;
    width: 344px;
    margin-left: -8px;
}

.buttontank {
    margin-top: 74px;
    filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}

.middle-button {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px 1px;
    place-items: center;
    width: 300px;
    background-color: var(--container-color);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #4325f0;
    border-right: 2px solid #583df1;
}

.buttongif, .buttonbg {
    grid-row: 1;
    grid-column: 1;
}

#linkbutton {
    margin-top: 119px;
    margin-left: 10px;
    z-index: 2010;
}

.buttonspeech {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    width: fit-content;
    height: fit-content;
}

.speechbubble {
    width: 22%;
    position: absolute;
    margin-top: 78px;
    margin-left: -30px;
    transform: rotate(-3deg);
    filter: drop-shadow(0 0 0.75rem rgb(224, 255, 85));
}

.jermtank {
    margin-top: 35px;
    margin-left: 10px;
    filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}

.top-tank2 {
    display: flex;
    justify-content: start;
    background: linear-gradient(to right, #5b25f0, rgb(181, 168, 255)  140px, #5b25f0 400px);
    padding: 9px;
    width: 340px;
    margin-left: -6px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}

.bot-tank2 {
    background: linear-gradient(to right,#5b25f0, rgb(181, 168, 255)  140px, #5b25f0 400px);
    padding: 7px;
    height: 20px;
    width: 340px;
    margin-left: -5px;
}

.middle-jerm {
    position: relative;
    height: 280px;
    width: 340px;
    background-color: var(--container-color);
    border-left: 2px solid #4325f0;
    border-right: 2px solid #583df1;
}


#jerma1 {
  display: block;
  position:absolute;
  animation: moveX 7s linear 0s infinite alternate, moveY 4s linear 0s infinite alternate;
}

@keyframes moveX {
  from { left: 0; } to { left: 183px; }
}

@keyframes moveY {
from { top: 0; } to { top: 137px; }
}


#jerma2 {
  display: block;
  position:absolute;
  animation: moveX2 4s linear 0s infinite alternate, moveY2 3s linear 0s infinite alternate;
}

@keyframes moveX2 {
  from { right: 0; } to { right: 240px; }
}

@keyframes moveY2 {
from { bottom: 0; } to { bottom: 200px; }
}

#jerma3 {
  display: block;
  position:absolute;
  animation: moveX3 4.2s linear 0s infinite alternate, moveY3 2.5s linear 0s infinite alternate;
}

@keyframes moveX3 {
  from { right: 0; } to { right: 270px; }
}

@keyframes moveY3 {
from { bottom: 0; } to { bottom: 210px; }
}

#jerma4 {
  display: block;
  position:absolute;
  animation: moveX4 5s linear 0s infinite alternate, moveY4 4s linear 0s infinite alternate;
}

@keyframes moveX4 {
  from { right: 0; } to { right: 270px; }
}

@keyframes moveY4 {
from { top: 0; } to { top: 210px; }
}

#jerma5 {
  display: block;
  position:absolute;
  animation: moveX5 2s linear 0s infinite alternate, moveY5 2.5s linear 0s infinite alternate;
}

@keyframes moveX5 {
  from { right: 0; } to { right: 310px; }
}

@keyframes moveY5 {
from { top: 0; } to { top: 237px; }
}


#jerma6 {
  display: block;
  position:absolute;
  animation: moveX6 7s linear 0s infinite alternate, moveY6 4s linear 0s infinite alternate;
}

@keyframes moveX6 {
  from { left: 0; } to { left: 295px; }
}

@keyframes moveY6 {
from { bottom: 0; } to { bottom: 240px; }
}

#jerma7 {
  display: block;
  position:absolute;
  animation: moveX7 7s linear 0s infinite alternate, moveY7 8s linear 0s infinite alternate;
}

@keyframes moveX7 {
  from { left: 0; } to { left: 275px; }
}

@keyframes moveY7 {
from { bottom: 0; } to { bottom: 228px; }
}

#jerma8 {
  display: block;
  position:absolute;
  animation: moveX8 3s linear 0s infinite alternate, moveY8 5s linear 0s infinite alternate;
}

@keyframes moveX8 {
  from { left: 0; } to { left: 300px; }
}

@keyframes moveY8 {
from { top: 0; } to { top: 230px; }
}

#jerma9 {
  display: block;
  position:absolute;
  animation: moveX9 5s linear 0s infinite alternate, moveY9 3s linear 0s infinite alternate;
}

@keyframes moveX9 {
  from { left: 0; } to { left: 245px; }
}

@keyframes moveY9 {
from { top: 0; } to { top: 210px; }
}

#jerma10 {
  display: block;
  position:absolute;
  animation: moveX10 8s linear 0s infinite alternate, moveY10 2.5s linear 0s infinite alternate;
}

@keyframes moveX10 {
  from { left: 0; } to { left: 295px; }
}

@keyframes moveY10 {
from { top: 0; } to { top: 210px; }
}

#jerma11 {
  display: block;
  position:absolute;
  animation: moveX11 5s linear 0s infinite alternate, moveY11 8.5s linear 0s infinite alternate;
}

@keyframes moveX11 {
  from { left: 0; } to { left: 275px; }
}

@keyframes moveY11 {
from { top: 0; } to { top: 210px; }
}

.container3 {
    grid-column: 1 / span 2;
    grid-row: 4;
    position: relative;
}

.third-container {
    grid-row: 4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.top-tank3 {
    display: flex;
    justify-content: start;
    background: linear-gradient(to right, #5b25f0, rgb(181, 168, 255) 240px, #5b25f0 500px);
    padding: 9px;
    width: 565px;
    margin-left: -8px;
    font-family: "pixel";
    font-size: 1.3rem;
    color: aliceblue;
    text-align: center;
}

.bot-tank3 {
    background: linear-gradient(to right,#5b25f0, rgb(181, 168, 255) 240px, #5b25f0 500px);
    padding: 7px;
    height: 20px;
    width: 565px;
    margin-left: -7px;
}

.currentlytank {
    filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}

.middle-currently {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    height: 300px;
    width: 560px;
    background-color: var(--container-color);
    border-left: 2px solid #4325f0;
    border-right: 2px solid #583df1;
}

.statuscafeall {
    display: flex;
    flex-direction: column;
    width: auto;
}

.statuscafe {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: 1;
    justify-content: center;
    align-items: center;
}

.currentlytext {
    grid-area: 1 / 1;
    position: relative;
    width: 280px;
    margin-bottom: -20px;
    margin-left: -50px;

}

.currentlyfish {
    width: 250px;
    margin-left: -30px;
}

.currentlyright {
    margin-right: -23px;
}

.currentlycontent {
    width: 180px;
    background-color: aliceblue;
    border: 2px solid #a06dff;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    grid-column: 1 / span 2;
    grid-row: 4;
    z-index: 200;
    text-align: center;
    margin-top: 412px;
}

footer p {
    color: aliceblue;
}


/* MUSIC PLAYER EDIT */

  .title-bar {
        background:linear-gradient(130deg, #4325f0 30%, #c2beff 100%);
    }
 
    .player {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: absolute;
    top: 140px;
    left: 940px;
    z-index: 50000;
    
    }
 
    .controlimg:hover {
        cursor:help;
    }

/* MUSIC PLAYER NO EDIT */

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;
  position: absolute;
  cursor: move;
  filter: drop-shadow(0 0 1rem rgb(210, 255, 214));
}
 
.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;
    }

