.about {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	height: 160px;
	margin: -80px 0 0 -160px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;	
	text-align: center;
	color: #505050;
}

.about__name {
	font-size: 26px;
	margin-bottom: 35px;
}

.about__email {
	font-size: 18px;
	margin-bottom: 20px;
}

.about__anchor {
	text-decoration: none;
	color: #505050;
	border-bottom: 1px dotted #505050;
}

.about__anchor:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

.about__links {
	font-size: 0;
}

.about__link {
	font-size: 14px;
	display: inline-block;
}

.about__link:after {
	content: "\00A0\2022\00A0";
}

.about__link:last-child:after {
	content: "";
}