@charset "utf-8";
/* CSS Document */
body,html{
	margin: auto;
	padding: inherit;
	overflow-x: hidden;
	background-color: blanchedalmond;
	font-family: 'Kaushan Script', cursive;
}
h1{
	text-align: center;
	font-size: 70px;
	filter: drop-shadow(1px 1px 2px orange);
	padding: 2%;
}
p{
	text-align: left;
	font-size: 30px;
	filter: drop-shadow(1px 1px 2px orange);
	font-style: italic;
	margin: 2%;
	font-weight: 700;
}
.circle{
	border-radius: 50%;
	background-color: orange;
}
div{
	display: flex;
	justify-content: center;
	align-content: center;
	height: auto;
	filter: drop-shadow(1px 1px 2px orange);

}
video{
	object-fit:cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 30%;
}
a{
	z-index: 5;
	position: relative;
}
footer{
	text-align: center;
	font-size:18px;
	filter: drop-shadow(1px 1px 2px orange);
	padding: 1%;

}
