a {
	font-family: 'Maven Pro', sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F62817;
}
.heading {
	font-family: 'Maven Pro', sans-serif;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	
}
#name {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#contact {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

