@font-face {
	font-family: "PixelMPlus";
	font-weight: 400;
	src: url("../fonts/PixelMPlus400.woff2") format("woff2");
}
@font-face {
	font-family: "PixelMPlus";
	font-weight: 700;
	src: url("../fonts/PixelMPlus700.woff2") format("woff2");
}

body {
	margin: 32px 8px;
	background: #000;
	color: #fff;
	text-align: center;
	font-family: PixelMPlus, sans-serif;
	font-size: 10pt;
	user-select: none;
}

h1 {
	margin: 0;
	line-height: 48px;
	font-size: 32px;
	font-weight: 700;
	color: red;
}
p {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

section {
	display: inline-block;
	margin: 0 auto;
}
