body {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#stats {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: max(200px, 10vw, 10vh);
	height: max(100px, 6vh, 6vw);
	opacity: 0.8;
	user-select: none;
}
