*, html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding: 20px;
	background-color: #784231;
	background-color: #3a3c40;
}
h1 {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}
h1 svg {
	fill: #c34624;
	fill: #131415;
}