#sidebar-wrapper {
    width: 250px;
    min-height: 100vh;
}

.list-group-item {
    padding: 15px;
    font-size: 1rem;
    border: none;
}

.list-group-item:hover {
    background-color: #575757;
    color: white;
}
