//
// Main
//
// <main></main>
//

main {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    @include user-select(none);
}