html {
	background-color: dimgray;
}

body {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	font-family: monospace;
}

h1 {
	color: white;
    letter-spacing: 30px;
    font-size: 100px;
}

p {
	display: inline;
}

a {
    color: darkgrey;
    font-weight: bold;
}

a:hover {
	color: lightgrey;
}

.content {
	font-size: 20px;
}