body {
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	text-align: center;
}

h1 {
	margin-top: 150px;
}

h3 {
	margin-top: 150px;
}

.icons {
	margin-top: 75px;
	font-size: 36px;
}

a,
a:visited,
a:active,
a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid white;
	padding: 20px;
}

a:hover {
	border: 1px solid black;
}