.navigation_icon {
    width: 4vh;
    height: 4vh;
    flex: 0 0 4vh;
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.navigation_icon_img {
    width: 2vh;
    height: auto;
    flex-shrink: 0;
}

.navigation_page_nbr {
    font-family: 'AvenirDemi';
    font-size: 1.5vmin;
    font-weight: normal;
    color: var(--font-color);
    height: 4vh;
    width: 5vw;
    flex-shrink: 0;
    border: solid 1px #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.3vh 0 0 0;
}