body {
	background-color: #FCCCB6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	color: #D17957;
	font-family: Helvetica, Arial, sans-serif;
}

img#logo {
	max-width: 75%;
	max-height: 75%
}

h1#message {
	display: block;
	font-size: 2em;
	margin-block-start: 2.67em;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-weight: bold;
}
