body {background-color: #ef9c97;}

h2 {font-family: '12'; font-size: 1.4rem; line-height: 1.8rem;
			text-decoration: none; font-weight: normal; cursor: default;
			color: #be2d00; text-align: center;}

#container {position: relative; width: 100vw; height: 100vh;}
#center	{position: absolute; top: 50%; left: 50%;
				transform: translate(-50%, -50%);}

@font-face {
  font-family: '12';
  src: url('Ohno_Blazeface-12_Point.woff2') format('woff2'),
	   url('Ohno_Blazeface-12_Point.woff') format('woff'),
	   url('Ohno_Blazeface-12_Point.ttf') format('truetype');
}