﻿/*.limitedPage {
    width: 100%;
    max-width: 21cm;
    margin: auto;
}

.mainNavRow-item {
    width: 100%;
    padding: 14px 0px 14px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.mainNavRow-item.active {
    background-color: white;
    color: #333;
}

    .mainNavRow-item:hover {
        background-color: #888;
        color: white;
    }*/