@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display|Noto+Serif+SC');

* { overflow: hidden; }

html,
body
{
	width: 100%;
	height: 100%;
}

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

h1 {
	margin-top: 0;
	margin-bottom: 50px;
	font-family: 'Major Mono Display', monospace;
}

p {
	margin: 0;
	font-family: 'Noto Serif SC', serif;
}

a { color: #c9c1d7; }
a:hover { color: #c49da5; }