body {
	background: black;
	margin: 0px;
}

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

.container {
	margin: auto;
	width: 320px;
	background: black;
}

.name_activity {
	position: relative;
	padding-bottom: 3px;
	width: 230px;
	top: 440px;
	left: 80px;
	background-color: rgba(0, 0, 0, 0.449219);

	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid transparent;	
}

.name {
	font-family: 'Oleo Script', cursive;
	font-size: 44px;
	color: #eee;
	text-align: center;
}

.activity {
	font-family: 'Oleo Script', cursive;
	font-size: 20px;
	color: #eee;
	text-align: center;
}

.picture {
	padding-right: 10px;
	height: 529px;
	background: url("images/hugo_social.jpg");
}

.info {
	margin: 3px;
	font-family: 'Pontano Sans', sans-serif;
	color: #CED3D2;
}

.social {
	width: auto;
	margin-top: 3px;
}