body {
	background-color: #fbfbff;
	color: #262730;
}

#allOfIt {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
} 

#social {
	color: #d33f49;
	font-size: 30px;
}

#social a {
	color: #d33f49;
	text-decoration: none;
}

#social i:hover {
	color: #77ba99;
}

#credit {
	font-size: 10px;
	color: grey;
	font-style: italic;
}

p {
	font-family: 'Amiri', serif;
	font-size: 24px;
}

a {
	color: #70163c;
	text-decoration: none;
}

a:hover {
	color: #77ba99;
}