body {
	/*background: url(../images/header-background.jpg) no-repeat;*/
	/*background-size: cover;*/
}

.main {
	height: 100vh;
	/*color: #fff;*/
}

h1 {
	font-size: 3.5rem;
}
.social {
	list-style-type: none;
	text-align: center;
}
.social li {
	display: inline-block;
	margin-right: 3em;
	
}
.social li a {
	
	font-size: 2.5em;
}