html, body {
   height: 100%;
   padding: 0;
   margin: 0;
}
a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-decoration: none;
}
h1 {
	font-family: 'Satisfy', cursive;
	color: white;
	font-size: 46px;
	margin-top: 0;
	padding-top:570px;
}
@media screen and (max-width: 414px) {
	h1 {
	font-size: 33px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 450px;
	}
}
.background3 {
	background-image:url('images/oscar-wilde-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:100%;
}
