body{
	background-repeat: no-repeat;
	background-size: 100%;
}

div{
	text-align: center;
}

p.title{
	color: white;
	font-family: Edition;
	font-size: 180px;
	letter-spacing: 50px;
}

div.button{
	text-align: center;
	margin: -100px 0px 0px 0px;
}

a{
	color: black;
	background-color: white;
	padding: 20px 20px 20px 20px;
	text-decoration: none;
	font-family: Futura;
	font-size: 20px;
	letter-spacing: 15px;
	transition: 0.7s ease;
}

a:hover{
	background-image: url(gradient.jpg);
	background-repeat: no-repeat;
	background-size: 105%;
	color: white;
}