body{
    color: #f1f1f1;
    cursor: url(/cursor.png), default;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #000000;
    image-rendering: pixelated;
    font-size: 12px;
}
.header{
    background-color: black;
    height: 100px;
    background-image: url(https://yrubens.neocities.org/rubenssss.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
p{
    margin: 10px;
}
.menu{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #171717;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}
.container{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(20, 20, 20);
    width: 80%;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    padding-bottom: 20px;
}
.maincontainer{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: px;
    grid-row-gap: 0px;
    max-height: 90%;
}



.main{

    background-color: #2f2a2a;
    border: 1px solid #f1f1f1;
    border-bottom: ;
    border-radius: px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    grid-area: 1 / 2 / 6 / 6;
    padding: 10px;
    max-height: 100%;
  
    
}
.sidebox{
    padding: 10px;
    grid-area: 1 / 1 / 6 / 2;

    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid white;
    overflow: auto;
  
}
.sidebox img{
    width: 100%;
    height: auto;
}


/* .funnybox{
    grid-area: 3 / 5 / 4 / 6;
} */
 
/*                                unused dropdown */
{
/* .dropdowncontainer{
    display: flex;
   border: 5px solid purple;
}

.dropdown {


    padding: 10px;

  }
  .dropbutton{
    display: inline-block;
    position: relative;
    justify-content: normal;
  }
  .descriptors{
    display: flex;
    justify-content: space-between;
    min-width: 20%;
    margin-left: 10px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: lightgrey;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 3px;
  }
  
  .dropbutton:hover .dropdown-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
*/
}

  /* tabs */

  /* Style the tab */
.tab {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #2f2a2a;
    border-left: 1px solid #ccc;
    border-bottom: none;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: #000000;
    float: left;
    
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    color: white;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #101010;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #000000;
    border-bottom: 1px solid #000000;

    z-index: 1;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    height: 90%;
    overflow: auto;
    background-color: #000000;
    width: fit-content%;
  }
  .musiccontainer{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    max-width: 100%;
   
 
  }


  /* music boxes */
.music1 {
  grid-area: 5 / 1 / 6 / 2;
    
    border: 1px solid #f1f1f1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
 }
 .music1 img{ max-width: 100%; height: auto; }

.music2 {
 grid-area: 1 / 2 / 2 / 3; 
    border: 1px solid #f1f1f1;
    
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    
}

.music3 { 
    grid-area: 2 / 1 / 3 / 2; 
    border: 1px solid #f1f1f1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.music4 { 
    grid-area: 2 / 2 / 3 / 3; 
    border: 1px solid #f1f1f1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.music5 { 
  
  grid-area: 4 / 2 / 5 / 3;
    border: 1px solid #f1f1f1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.music6 { 
  grid-area: 3 / 2 / 4 / 3;
    border: 1px solid #f1f1f1;
        width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.music7 { 
  grid-area: 4 / 1 / 5 / 2;
    border: 1px solid #f1f1f1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.music8 {
  grid-area: 3 / 1 / 4 / 2;
   border: 1px solid #f1f1f1;
   width: 90%;
   
   padding-left: 5%;
   padding-right: 5%;
   }

.music9 {
  grid-area: 1 / 1 / 2 / 2; 
   border: 1px solid #f1f1f1;
   width: 90%;
   padding-left: 5%;
   padding-right: 5%;
   }
.music10 { 
  grid-area: 5 / 2 / 6 / 3;
  border: 1px solid #f1f1f1;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
 }
 .music8 img, .music9 img, .music10 img{
  padding-right: 16%;
  padding-left: 16%;
  width: 68%;
 }

.setcontainer{
  display: flex;
  -ms-flex-direction: row;
}

 /* music */


 .prodcontainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  }

  .prod1 { 
    grid-area: 1 / 1 / 2 / 2; 
    width: 90%;
    border: 1px solid #f1f1f1;
    padding-left: 5%;
    padding-right: 5%;
  }
  .prod2 { 
    grid-area: 1 / 2 / 2 / 3;
    border: 1px solid #f1f1f1; 
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .prod3 { 
    grid-area: 2 / 1 / 3 / 2; 
    border: 1px solid #f1f1f1;
    width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  }
  .prod4 { 
    grid-area: 2 / 2 / 3 / 3; 
    border: 1px solid #f1f1f1;
    width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  }

  .prod1, .prod2, .prod3, .prod4{
    padding-bottom: 15px;
  }

  .prod1 img, .prod2 img, .prod3 img, .prod4 img{
    width: 100%;
    height: auto;
  }



/* music player */



.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;
}