@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
body {
	text-align: center;
	background-color: black;
	color: white
}
h1 {
	font-size: 2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: aquamarine;
	margin-top: 20px;
}
audio {
	width: 0px;
	height: 0px;
}
img {
	width: auto;
	height: 500px;
}
