@font-face {
  font-family: "Pixellari";
  src: url("Pixellari.ttf");
}

body {
	font-family: Pixellari;
	background: #112233;
	text-align: center;
	padding: 2em;
	color: white;
}

.container {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}