*{
    margin: 0px;
    padding: 0px;
    /* box-sizing: border-box; */
    font-family: 'Montserrat', sans-serif;
}

/* .inventory_square_row {
    display: flex;
    flex-wrap: wrap;
}
  
.inventory_square_row::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.inventory_square{
    position: relative;
    flex-basis: calc(100%/10 - 10px);
    margin: 5px;
    box-sizing: border-box;
    display:inline-block;
    z-index: 10;
    background-color: #ffffff;
    width:50px;
    padding-bottom: 50px;
    border: 1.5px solid #000000;
    
  } */

#inventory-container{
	position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
#cube_inventory {
    position: absolute;
   

    visibility: visible;
    top: 0px;
    left: 0px;
    top: 30%;
    left: 40%;

    position: calc();
    color: white;
    width: 20%;
    
    background-color: grey;
    /* border: 2px solid #ffffff; */
    /* min-height: 8vh; */
    /* border-radius: 10px; */
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25); */
    position: absolute;
    z-index: 9;
    text-align: center;
    align-items: center;
    border-radius: 10px;
}
  


#plate {
    width: 410px;
    /* margin: 10% auto; */
  }
  .shadow-inventory {
    color: #fff;
    font-family: Arvo;
    font-weight: bold;
    /* text-shadow:
      -3px -3px 0 #222,
      3px -3px 0 #222,
      -3px 3px 0 #222,
      3px 3px 0 #222,
      4px 4px 0 #fff,
      5px 5px 0 #fff,
      6px 6px 0 #fff,
      7px 7px 0 #fff; */
    line-height: 0.8em;
    letter-spacing: 0.1em;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
   
    /* margin:0; */
    text-align: center;
  }
  .script-inventory {
    font-family: "Seaweed Script";
    color: #fff;
    text-align: center;
    font-size: 200%;
    position: relative;
    margin:0;
  }
  .script-inventory span {
    background-color: #828181;
    padding: 0 0.3em;
  }
  .script-inventory:before {
    content:"";
    display: block;
    position: absolute;
    z-index:-1;
    top: 50%;
    width: 100%;
    border-bottom: 3px solid #fff;
  }
  .text1-inventory {
    font-size: 380%;
  }
 
  

.inventory-square:hover{
    background-color: #828181;
}
  
.inventory-square::before {
    content: '';
    display: block;
    padding-top: 100%;

    display: flex;
    flex-wrap: wrap;
}

  
 #cube_inventory p{
      color: white;
}
 