html, body {
	padding: 0;
	margin: 0;
}

body {
	font: 15px "Century Gothic", verdana, arial, sans-serif;
	color: white;
	background: black url("background.jpg") no-repeat top left fixed;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: white;
}

h1, a:hover, .fa {
	color: #8CD3FA;
}

a:hover {
	border-bottom: dotted 1px white;
}

a:hover .fa {
	color: white;
}

h1 {
	margin: 0;
	font-weight: bold;
	font-size: 30px;
}

p {
	line-height: 140%;
}

.fa {
	width: 20px;
}

#info {
	background-color: #363636;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: 20vh;
    padding: 50px;
}

@media only screen and (min-width: 500px) {

	#info {
		margin: 100px auto 0 auto;
		border-radius: 5px;
		width: 360px;
	}

	h1 {
		font-size: 35px;
	}
}