
body {
	height:100vh;
	background: #0e5f99; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #02213a, #0e5f99); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom left, #02213a, #0e5f99); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #02213a, #0e5f99); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, #02213a, #0e5f99); /* Standard syntax */
}

h1 {
    color: white;
    margin-left: 20px;
	font-family: purisa;
}

p {
	color: white;
	font-family: purisa;
}

a:link {
	color: #8efdff
}

a:visited {
	color: #a0c8e6
}

footer{
	color: white;
	font-size: 10px;
	font-family: purisa;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}