@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");

/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

body {
	background-color: darkslategrey;
	color: white;
	font-size: 100%;
	font: inherit;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 4% 25%;
}

a {
	color: aquamarine
}