* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */

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;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: solid 2px rgb(235, 232, 232);
    border-radius: 20px;
}

h3 {
    margin-top: 10px;
}
.albumDIV {
    height: 200px;
    width: 200px;
    /* padding: -5px; */
    text-align: center;
    border-radius: 13px;
    margin: 20px;
}

.restoration {
    background-image: url('https://t2.genius.com/unsafe/375x0/https%3A%2F%2Fimages.genius.com%2F823d2cede60772d08097c667e7546aa8.1000x1000x1.jpg');
    background-size: 100%;
}



.atwt {
    background-image: url('https://images-na.ssl-images-amazon.com/images/I/81fKExsQ8cL._SL1500_.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position-x: -30px; */
    color: rgb(238, 231, 231);
    /* padding-top: 25px; */
    /* font-family: 'Roboto', sans-serif; */
} 

.atwtH3 {
    font-weight: lighter;
}

.restoreH3 {
    color: black;
    font-weight: lighter;
}

.atwtDIV {
    padding-top: 1px;
}

.twenty20 {
    background-image: url('https://t2.genius.com/unsafe/600x600/https%3A%2F%2Fimages.genius.com%2F3b6b6b4a2b3e7cf6becc708a655b99ca.640x640x1.jpg');
    background-size: 100%;
    color: #a5def8;
}

.gravityYear {
    position: absolute;
    top: 55px;
    left: 110px;
}

.atwtYear {
    position: inherit;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    color: gray;
}

.year {
    font-size: small;
}



/* ******************************************************************************************** */

@media only screen and (max-width: 800px) {

    .titleNAV {
        position: fixed;
        top: 60px;
        /* left: ; */
    }

}