nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; 
    z-index: 1000;
}

.active-tab {
    background-color: #444;
}