html,
body {
	width: 100%;
	height: auto;
	background-color: black;
	font-family: 'Cinzel', serif;
	color: gold;
	text-align: center;
}

header {

}

img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

h1 {
	margin-top: 25px;
}