* {
    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;
}

