.info-panel {
    position: absolute;
    bottom: 50px;
    left: 10px;
    width: 100%;
    z-index: 1000;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .column {
    flex-basis: 20%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  
  .column i {
    font-size: 48px;
    margin-bottom: 10px;
  }