@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url(res/font.ttf);
}

body {
	background: #181616;
  color: #c5c9c5;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
	text-align: center;
}

.message {
  font-family: "Atkinson Hyperlegible Next";
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 128px;
}
