body{
	background-image: url("img/dalee.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vh;
	height: 100vh;
	background-color: aquamarine;
	font-family: 'Lemonada', cursive;
}
