nav {
    transition: all 0.3s ease;
}

.scrolling-active {
    background-color: black;
    transition: all 0.3s ease;
    z-index: 50;
    position: fixed;
}
