body {
	background-color: black;
}

#heart {
	height: 100px;
	width: 100px;
	background-color: red;
	border-radius: 50%;
	position: absolute;
	top: 0vh;
	left: 0vw;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	opacity: 1;
	filter: blur();
}

#daytime {
	background-color: white;
	transition: linear;
	height: 100vh;
	width: 100vw;
	opacity: 1;
	position: absolute;
	top: 0vh;
	left: 0vw;
	right: 0;
	bottom: 0;
	margin: auto;
}