* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}
    

body {
    background-image: url('images/Fortune_YoungStars.png');
    background-attachment: fixed;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 200px;
    background-color: pink;
}

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);
    background-color: dodgerblue;
    padding: 10px;
}


a {
    text-decoration: none;
}


.trksDIV {
    position: absolute;
    top: 200px;
}

.artist {
    color: dodgerblue;
    -webkit-text-stroke: .2px blue;
}

audio {
    border-radius: 20px;
}


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

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

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

    nav {
        background-image: url('images/Fortune_YoungStars.png');
        background-attachment: fixed;
        background-size: 160px;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: -30px;
        /* background-position-y: 200px; */
    }

    body {
        background-image: url(''); 
    }

}