nav {
    font-family: 'Courier New', Courier, monospace;
}

/*
* PAGE NAVIGATION
*/

aside#sectionIndicator {
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 50;
}

aside > * {
    margin: .5rem;
}

.positionDot {
    height: 2.5rem;
    width: 10px;
    background-color: #fff;
    display: inline-block;
    box-shadow: -2px 2px 0 #000, -2px -2px 0 #000, 2px 2px 0 #000, 2px -2px 0 #000;
    cursor: pointer;
    z-index: 99;
}

.inactiveDot {
    background-color: #fff !important;
}