body {
    margin: 0;
}

.contentContainer {
    margin: 50px 50px;
}

.scrollingContainer {
    position: fixed;
    top: 0px;
    height: 43px;
    width: 100%;
    background-color: white;
}

.scrollingBar {
    background-color: black;
    border-radius: 80%;
    height: 3px;
    width: 100%;
    margin-top: 20px;
}

#scrollingCursor {
    position: absolute;
    top: 0px;
    left:-64px;
}