.left-panel {
    background-color: #616161;
    overflow: auto;
    position: fixed;
    max-width: 400px; /* Adjust max-width as needed */
    min-width: 400px;
    margin: 0 auto; /* Center the container */
}

.example{
    padding: 0.5rem;
}