:root{
    --background-image-1: url('https://covert.neocities.org/Background/MOSHED-2025-5-2-18-19-13.gif');
    --background-image-2: url('https://covert.neocities.org/Background/MOSHED-2025-5-2-18-19-50.gif');
    --background-image-3: url('https://covert.neocities.org/Background/MOSHED-2025-5-2-18-20-41.gif');
    --background-image-4: url('https://covert.neocities.org/Background/MOSHED-2025-5-2-18-25-55.gif');
    --background-image-5: url('https://covert.neocities.org/Background/MOSHED-2025-5-2-18-26-43.gif');
    --background-image-6: url('https://covert.neocities.org/Background/dancer.gif');
    --background-image-7: url('https://covert.neocities.org/Background/earthWheadphones.gif');
    --background-image-8: url('https://covert.neocities.org/Background/working-on.gif');

    /* NEED TO ADD MORE BACKGROUNDS!!!! */
}
p,
h1,
h2 {
    mix-blend-mode: hard-light;
}

h1{
  margin-top: 0;
  padding-top: 20px;
}
body{
  background-color: black;

    image-rendering: pixelated;
    font-family: "findreplace", sans-serif;
    font-weight: bold;
    color   : rgb(36, 36, 36);
    text-shadow:
    -1px -1px 0 #ff0000,
     0   -1px 0 #ff0000,
     1px -1px 0 #ff0000,
     1px  0   0 #ff0000,
     1px  1px 0 #ff0000,
     0    1px 0 #ff0000,
    -1px  1px 0 #ff0000,
    -1px  0   0 #ff0000;
    /* -webkit-text-stroke: 0.5px rgb(131, 0, 0); */


    font-style: normal;

}
.background{
  background-image: var(--background-image-3);
  background-size: contain;
  background-position: center;
  background-repeat: ;
  background-attachment: fixed;
  width: ;
  mix-blend-mode: normal;
}



.container{
    width: 700px;
    height: 100%;
    margin: 0 auto;


}

h1{
    text-align: center;
    font-style:  ;

}

.content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    gap: 10px;
    
    
    


}
/* make the music that is currently playing blend using JS editing the mix-blend-mode or possibly z-index */
.music{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    border: 2px solid rgb(131, 0, 0);
        
}

.blender{
    mix-blend-mode: hard-light;
}

#music1 {
    grid-area: 1 / 1 / 2 / 2;
    


    
    z-index: 1;
  
   }
   #music1 img{ max-width: 100%; height: auto;  }

   #music2 {
    grid-area: 1 / 2 / 2 / 3;
      

    /* width: 80%;
    padding-left: 10%;
    padding-right: 10%; */

    

 }
 #music2 img{ max-width: 100%; height: auto;  }

 #music3 {
    grid-area: 2 / 1 / 3 / 2;
      

    /* width: 80%;
    padding-left: 10%;
    padding-right: 10%; */
    

 }
 #music3 img{ max-width: 100%; height: auto;  }

 #music4 {
    grid-area: 2 / 2 / 3 / 3;
      

    /* width: 80%;
    padding-left: 10%;
    padding-right: 10%; */

 }
 #music4 img{ max-width: 100%; height: auto;  }

 #music5 {
    grid-area: 3 / 1 / 4 / 2;
      

    /* width: 80%;
    padding-left: 10%;
    padding-right: 10%; */

 }
 #music5 img{ max-width: 100%; height: auto;  }

 #music6 {
    grid-area: 3 / 2 / 4 / 3;
 }
 #music6 img{ max-width: 100%; height: auto;  }

 #music7 {
    grid-area: 4 / 1 / 5 / 2;
 }
 #music7 img{ max-width: 100%; height: auto;  }

 #music8 {
    grid-area: 4 / 2 / 5 / 3;
 }
 #music8 img{ max-width: 100%; height: auto;  }

.player {
    /* background: white; */
    margin: 5px;
    /* border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px; */

    
  }
  .controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  input[type="range"] {
    width: 40%;
  }
  input.volume {
    width: 15%;
    min-width: 30px;
  }

.playPause{
  mix-blend-mode: screen;
}



  /* body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(http://www.textfiles.com/underconstruction/CoCollegeParkDorm4438underconstruction.gif); fallback
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    z-index: -1;
    pointer-events: none;
    mix-blend-mode: normal;
  } */
  
  body.custom-bg::before {
    /* background-image: url(http://www.textfiles.com/underconstruction/CoCollegeParkDorm4438underconstruction.gif); */
  }

  @media only screen and (max-width: 716px) {
    .content{
      display: block;
    }
    .container{
      width: 100%;
    }
  }