@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: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
h1 {
	font-size: 2em;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: teal;
}
audio {
	height: 0px;
	width: 0px;
}
img {
	margin: 10px 0px;
	border: 3px solid #655D5D;
	height: 500px;
}
