* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: monospace;
	line-height: 1.6;
	color: #1a1a1a;
	background: #f5f5f5;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 2rem;
	text-align: left;
	margin: 0;
	transform: translateY(-7vh);
}

body>* {
	max-width: 35rem;
	width: 100%;
}

h1 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 300;
}

p {
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
}

a {
	color: #1a1a1a;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
