nav {
    position: sticky;
    top:0;
    left:0;
    height: 80px;
    background-color: rgba(28,28,28,0.5);
    border-bottom: 2px solid var(--primaryClr);
    z-index: 100;
}