*{
	margin: 0;
	padding: 0;
	font-family: Century Gothic;
	font-size: 2vw;
	color: red
}

header{
	background-image: url(../download.jfif);
	height: 100vh;
	background-size: cover;
	background-position: center;
}
video{
	display: block;
	margin: 0 auto;
}
iframe{
	display: block;
	margin: auto;
}

.stencil {
	font-family: 'Big Shoulders Stencil Display', cursive;
	color: red;
	font-size: 2vw;
	margin: 0;
}