body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

#game-container {
	height: 100%;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	background-image: url('assets/background_01.png');
	background-size: cover;
}

#chris-mode {
	position: fixed;
	bottom: 0;
	right: 0;
}