body{
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	background-color: #028396;
	background-image: linear-gradient(to top right, #028396, #09e2d7);
	background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFFFFF;
}
h1{
	color: #FFFFFF;	
	display: block;
	font-size: 5em;
	font-weight: 100;
	margin-top: 10%;
}
#copyright_link{
	color: #FFFFFF;
	text-decoration: none;
}