* {
    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: rgb(192, 192, 192, 0.9);
    padding: 10px;
}


a {
    text-decoration: none;
}


.trksDIV {
    position: absolute;
    top: 200px;
}


.featArt {
    color: silver;
    font-weight: lighter;
}

.PlayAllBtn {
    border-radius: 5px;
    border: 1px solid silver;
    border-bottom: 4px solid silver;
    padding: 5px;
    color: silver;
    background-color: black;
    /* font-weight: lighter; */
}


/* ******************************************************************************************** */

@media only screen and (max-width: 800px) {

    .titleNAV {
        position: fixed;
        top: 60px;
        left: ;
    }

}