html,
body {
    height: 100% !important;
    width: 100% !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 15px;
}


.navbar .nav-link {
    color: #ffffff;
    padding: 10px 15px;
}

.navbar .nav-link:hover {
    background-color: #1c1c1c;
    color: #ffffff;
    border-radius: 4px;
}

.navbar .nav-link.active {
    background-color: #007bff;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
}

.dropdown-menu {
    background-color: #343a40;
    border: none;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover {
    background-color: #007bff;
    color: #fff;
} 
