
#freebody-div {
    position: absolute;
    top:10%;
    left:30%;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
    width: auto;
    height:auto;
  }
  
  #freebody-div-header {
    padding: 0px;
    cursor: move;
    z-index: 10;
    background-color: #808080;
   
    color: white;
    height: 25px;
  }
  #freebody-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* Adjust as needed */
    gap: 5px; /* Adjust the gap between grid items */
    padding: 5px;
  }
  #close-freebody{
    position:absolute;
    cursor:pointer;
    top:0px;
    right: 0px;
    height: 25px;
    width: 25px;
    background-color:red;
  }
 .freebody-button{
    width:75px;
    height:75px;
 }
.button-image{
    width: auto;
    height:auto;
}

