@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);

body {
	font-family: "Ubuntu", sans-serif;
	font-size: 100%;
	background: #c19a6b;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	text-decoration: none;
	color: #9e0504;
}
a:hover {
	text-decoration: underline;
	color: #9e0504;
}
p {
	line-height: 2em;
	margin: 0 0 -10px;
	text-align: center;
}
div#typed_intro {
	margin: 50px auto 10px;
}
div#contact {
	margin: 15px auto; 
	text-align: center; 
	width: 105px;
}
div#linkedin {
	float: left; 
	max-width: 51px; 
	max-height: 50px;
}
div#github {
	float: right; 
	max-width: 51px; 
	max-height: 51px;
}
div#about, div#author {
	display: block; 
	text-align: center;
}
div#copyright {
	margin: 0 auto;
	text-align: center;
}
span#copyright-text {
	font-style: italic; 
	font-size: 0.5em;
}
img.rendered-size {
	width: 50%; 
	height: auto; 
	aspect-ratio: auto attr(width) / attr(height);
}
.center { 
	margin: 0 auto; 
	display: block; }
.wrap {
	max-width: 600px;
	margin: 50px auto;
}
.type-wrap {
	margin: 10px auto;
	padding: 20px;
	background: #f0f0f0;
	border-radius: 5px;
	border: #ccc 1px solid;
}
.clear {
	clear: both; 
	width: 100%; 
	height: 10px
}
.hidden {
	display: none;
}
span.em {
	font-style: italic;
}