body {
	margin: 0;
	padding: 0;
	scroll: no;
	overflow: hidden;
	overscroll-behavior-y: contain;
}

#game {
	position: absolute;
	width: 100%;
	height: 100%;
}

#canvas {
	outline: none;
}

@font-face {
    font-family: 'press_start_2pregular';
    src: url('./assets/fonts/pressstart2p-regular.woff2') format('woff2'),
         url('./assets/fonts/pressstart2p-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}