html {
	font-family: 'Consolas';
	color: #715957;
	width: 100%;
	line-height: 1.15;
	background: dimgrey;
}
img {
	display: block;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	padding: 0 0 2rem 0;
	margin: auto;
	max-width: 512px;
	height: fit-content;
	
	background: #e9d0af;
	border: 8px solid #2a3c53;
	border-radius: 8px;
	box-shadow: 8px 8px #4d4d55;
	text-align: center;
}

