body {
    background:#f5f5f5;
}

.sidebar {
    min-height:100vh;
}

.card {
    border:none;
    border-radius:10px;
}

.list-group-item a {
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

.list-group-item:hover {
    background:#0d6efd;
}

.list-group-item:hover a {
    color:#fff;
}