/* Custom Styles */
body {
    background-color: #f8f9fa;
}

.header-image {
    width: auto;
    height: auto;
    object-fit: cover;
}

.sidebar {
    min-width: 200px;
    background-color: #343a40;
}

.sidebar a {
    color: white;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.sidebar a:hover {
    background-color: #495057;
}
