body {background-color: #101010;}
h1, h2 {
  	color: #f9f9f9;
  	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
p, a {
  	color: #cecece;
  	font-family: 'Roboto', sans-serif;
  	font-size: 1.2rem;
  	font-weight: 300;
	text-decoration: none;
}
a {
	color: #FF4F86;
	font-weight: 400;
}
a:hover {
	text-decoration: underline;
	color: #FF4F86;
}
img {
	width: 120px;
	height: 120px;
}
.under-construction {
	margin: 20% 0;
}
.resume, .resume a {
	font-size: .8rem;
}