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

span {
    font-size: 20px;
}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    background-color: rgb(0,0,0,0.3);
    padding: 10px;
}
    


.trackDiv {
    position: absolute;
    top: 300px;
}