/* from "EBMFW". */
/* please contact me if you want this taken off the site!! */

body {
	margin: 5% auto; 
	background: #f2f2f2; 
	color: #444444; 
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 1.8; 
	text-shadow: 0 1px 0 #ffffff; 
	max-width: 73%;
}

code {
	background: white;
}

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

a:hover {
	border-bottom: 1px solid #444444;
}

.nav-bar {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 1%;
}

.project {
	position: relative;
}

.project p {
	max-width: 60%;
}

.project h2 {
	left: 70%;
	top: 50%;
	transform: translate(0, -100%);
	position: absolute;
}