body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

p {
	display: inline-block;
	width: 400px;
	font-weight: 200;
}

h1 {
	display: inline-block;
}

.name {
	font-weight: 700;
}

.about-me {
	text-align: center;
}

header {
	background-color: #e21371;
	color: #fff;
	text-align: center;
	padding: 16px;
}

.about-me {
	background-color: #b7b7b7;
	color: #000;
	padding: 10px;
}

.container {
	width: 960px; 
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

h3 {
	font-size: 36px;
	font-weight: 700;
}

dt {
	font-size: 22px;
	text-transform: uppercase;

}

dd {
	margin: 0;
}

.experience, .other, .social {
	margin-top: 70px;
}

ul {
	padding: 10px;
	margin-top: 12px;
}

img {
	width: 200px;
	height: 240px;
}

.infoEducation {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}
.imgCv {
	display: inline-block;
	width: 30%;
	margin-top: 20px;
}