.page    { display: none; }
/*.page h1 { font-size: 2em; line-height: 1px; margin-top: 1.1em; font-weight: bold; }*/
/*.page p  { font-size: 1.5em; line-height: 1px; margin-top: 0.15em; }*/

#loading {
    display: block;
    position: absolute;
    top: -10em;
    left: -6em;
    z-index: 10;
    width: 90vw;
    height: 90vh;
    /*background-color: rgba(192, 192, 192, 0.5);*/
    background-image: url("../../../../../../loading/loading_wait.gif");
    background-repeat: no-repeat;
    background-position: center;
}
