
#footer {
    position: fixed;
    bottom:0;
    background-color: white;
    width: 100%;
    z-index:10;
    filter:drop-shadow(0 0 10px #333333)
}

.footer-item {
    padding:10px 20px;
    text-align: center;
    cursor: pointer;
}

.footer-item:hover {
    background-color: var(--color-nblue);
}

.footer-item.active {
    background-color: var(--color-dblue);
    color:white
}

.footer-item.active iconify-icon {
    color:white
}