header {
	color: black;
	font-size: clamp(1.337em, 6vw, 4em);
	font-style: normal;
	font-family: copperplate;
	text-align: center;
	text-shadow: 3px 3px 5px grey;
	margin-top: 1rem;
	margin-bottom:1rem;
}

figure {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

video {
	max-width: 100%;
	height: auto;
	align: center;
}

h1 {
	font-size: 1.25rem;
	font-style: normal;
	font-family: century gothic;
	text-align: center;
	text-shadow: 1px 1px 3px grey;
}

footer {
	background-color: white;
	color: #000000;
	font-size: 0.75rem;
	font-style: normal;
	font-family: palatino linotype;
	text-align: center;
	text-shadow: 1px 1px 3px black;
	width: 100%;
}