#container{
    width: 96%;
    min-height: 100%;

    display: flex;
    justify-content: center;

    background-color: var(--primaryPageColor);

    font-size: min(4vw, 5vh);
    text-align: center;

    padding: 2%;
    padding-bottom: 15vh;
}
