body {
	background-color: #090e2c;
	color: #fefefe;
	font-family: 'Montserrat', sans-serif;
}

section {
	max-width: 1075px;
	margin: auto;
	padding: 10%;
}

h1 {
	text-transform: uppercase;
	color: #fb8b24;
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #fb8b24;
}

a:hover {
	color: #ec0655;
}

svg:hover path {
	fill: #ec0655;
}

.social  {
	display: flex;
	padding-left: 0px;
}

.social li {
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding-right: 20px;
}

