html, body {
	height: 100%;
	color: #efefef;
	background-color: #300a24;
}

p {
	font-family: monospace;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	max-height: calc(90% - 50px);
}
