@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: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h1 {
	font-size: 2em;
	font-family: "Cardinal Regular";
	color: #6BB0E4;
	margin-top: 20px;
}
audio {
	height: 0px;
	width: 0px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}img {
	margin: 10px 0;
	border: 3px solid #979797;
	height: 500px;
	width: auto;
	max-height: 100%;
}
