#sectionText {
    position: fixed;
    top: 80%;
    left: 50px;
    color: #F26C23;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#sectionText {
    transform: rotate(-90deg);
    transform-origin: bottom left;
    box-sizing: border-box; 
}

@media screen and (max-width: 820px) {
    .section-finder {
        display: none !important;
    }
}

.sidebar-circle-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sidebar-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(215, 215, 215); 
    margin: 0 10px;
}

.side-nav {
    display: flex;
    flex-direction: row;
}

.sidebar-circle.active {
    background-color: #F26C23; 
}