body {
	margin: auto;
	background-color: #2f2b2b;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90vh;
}

a {
	color: #ea8585;
}

div.content {
	text-align: center;
	font-family: monospace;
	color: white;
}

img#gordito {
	width: 10em;
	height: auto;
	margin: auto;
}
