* {
        outline: none;
        scroll-behavior: smooth;
        font-family: 'Acme', sans-serif;
    }
        
    
    body {
        
    }
    
    nav {
        position: fixed;
        z-index: 5;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        height: 100px;
        width: 100%;
        background-color: green;
        padding: 10px;
    }


    a {
        text-decoration: none;
    }


    .trksDIV {
        position: absolute;
        top: 200px;
    }
    
    .artist {
        color: silver;
    }

    
    /* ******************************************************************************************** */

    @media only screen and (max-width: 800px) {

        .titleNAV {
            position: fixed;
            top: 60px;
            left: ;
        }
    
    }