@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
body {
	text-align: center;
	background-color: black;
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
}
h1 {
	font-size: 2em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #CA545F;
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
}
audio {
	height: 0px;
	width: 0px;
}img {
	margin: 10px 0;
	border: 2px solid #626262;
	width: auto;
	height: 600px;
}
