html {
	height: 100%;
}
body {
	margin: 0;
	padding: 40px 0;
	font-family: Helvetica;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	width: 100%;
	min-height: 100%;
	font-weight: 200;
	letter-spacing: 1px;
	color: white;
	background: rgb(0, 60, 88);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75)
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
h2 {
	margin: 0;
	padding: 30px 20px;
	text-transform: capitalize;
}
a {
	color: white;
	text-decoration: none;
}
.background {
	background-image: linear-gradient(rgb(27, 20, 16), rgb(0, 60, 88));
	position:fixed;
	top:-30vh; left:-30vw;
	width:160vw;
	height:160vh;
	z-index:-1;
}