@import '/root.css';

@import 'css/font-monogram.css';
@import url(css/font-monogram-italic.css);

html {
	display: flex;
	justify-content: center;
	align-items: center;
}

head, body {
	background-color: var(--cl-k);
	font-family: 'Monogram';
	font-size: 16pt;
}


#splash {
	width: 350px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center center;
	flex-direction: column;
}

#splash > * {
	transform-origin: center center;
}



p {
  color: var(--cl-w);
  text-align: center;
  line-height: 16pt;
}

h1 {
  color: var(--cl-w);
  font-family: 'BoldPixel';
  font-size: 120px;
  line-height: 0.01pt;
  margin-bottom: 45px;
}
