:root {
}

@font-face {
	font-family: dojji;
	src: url(/fonts/font.ttf);
  font-display: block;
}

body {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: sans-serif;
  background: #000000;
}

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

canvas {
  background: white;
  width: 100%;
  height: 100%;
}
