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: 43px;
	margin-top: 0;
	padding-top:440px;
}
@media screen and (max-width: 414px) {
	h1 {
	   font-size: 31px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 410px;
	}
}
.background2 {
	background-image:url('images/oscar-wilde-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:100%;
}