@charset "utf-8";

html {
	margin-left: 10%;
	margin-right: 10%;
	background-image: url("nye.jpg");
}

body {
	margin-top: 100px;
	
}

h1 {
	font-family:Impact, sans-serif;
	text-align:center;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba( 255,255,255, 0.8);
	padding:20px;
	border-radius: 8px;
}

audio {
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	

