html,
body {
	height: 100%;
}

body {
	font-family: 'Figtree';
	font-size: 12px;
	  font-weight: 300;
	    font-style: normal;
	color: #000000;
	background-color: #FFFFFF;	
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.main {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title {
	font-size: 4rem;
  margin-bottom: .5rem;
	width: 100%;
}

.sub-title {
  border-top: .1rem solid #000000;
  font-family: 'Figtree';
	font-size: 15px;
	  font-weight: 300;
  padding: 1rem 4rem;
	text-align: center;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

 /* unvisited link */
a:link {
  color: #4c8083;
}

/* visited link */
a:visited {
  color: #4c8083;
}

/* mouse over link */
a:hover {
  color: #4c8083;
}

/* selected link */
a:active {
  color: #4c8083;
} 