@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Annie Use Your Telescope', cursive;
	background-image: url("../images/bg.png");
	background-size: auto;
	background-blend-mode: overlay;
	background-color: #deefe4;
	font-style:normal;
	align-items: center;
	text-align: center;
	text-decoration: none;
}

a { 
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	
} 

h1 {
	font-size: 500%;
	text-shadow: 5px 5px #ed5e83;
}

h2 {
	font-size: 200%;
	padding-left: 100px;
	padding-right: 100px;
	text-shadow: 2px 2px #d7df22;
}

.deep{
	text-shadow: 2px 2px #ed5e83;
}

h3 {
	font-size:100%;
	padding-left: 235px;
	padding-right: 235px;
	text-shadow: 1px 1px #b1d7d0;
}

.deeper{
	text-shadow: 1px 1px #ed5e83;
}

h4 {
	font-size: 300%;
	text-shadow: 3px 3px #d7df22;
}
.lessdeep{
	text-shadow: 3px 3px #ed5e83;
}