#body-enter #animated-background {
	box-shadow: inset 0 0 0 100vh rgba(0,0,0,100%);
	filter: blur(10px);
	background-position: center top;
}

#enter {
	width: 100%;
	height: 500px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	
	color: white;
} #enter a {
	color: white;
} #enter a:hover {
	color: cyan;
} #enter h1 {
	font-size: 3em;
}