@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
body {
	text-align: center;
	background-color: black;
	color: #FFFFFF;
	font-family: alex-brush;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin: 20px;
	font-size: 2em;
}img {
	margin: 10px 0;
	max-height: 750px;
	width: auto;
}
