.Background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.Background img{width:100vw;height:100vh;object-fit:cover;display:block}.Layout{overflow:hidden;min-height:100vh;display:grid;grid-template-rows:65px 1fr;grid-template-areas:"notificationbar" "body"}.Layout .body{grid-area:body;height:100%}
