﻿
/* MAIN VIEW */

.MainView {
    position: fixed;
    width: 100svw;
    height: 100svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    z-index: var(--ViewDepth);
}