body {
        background-color: #EEEEEE;
        height: calc(var(--vh, 1vh) * 100);
}

h1 {
        font-size: 1.5rem;
        color: lightslategrey !important;
        position: absolute;
        top: 9px;
        left: 86px;
}

:root {
        --nav-min: 1px;
        --nav-max: 8px;
        --width-center: 760px;
}