body {
	margin: 0;
	text-align: center;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

body:after {
	content: "";
	display: block;
	position: fixed;
	bottom: 0;
	height: 4px;
	left: 0;
	right: 0;
	background: #e10098;
}

header {
	width: 100%;
	position: static;
	float: none;
	background: url(/assets/img/head.jpg) no-repeat;
	background-size: cover;
	height: 280px;
	margin-bottom: 90px;
}

section {
	padding-left: 20px;
	padding-right: 20px;
}

img {
	width: 200px;
	border-radius: 125px;
	border: 5px solid #fff;
	position: relative;
	margin-top: 140px
}

p {
	font-size: 20px;
	font-weight: 300;
	color: #555;
}

h1 {
	font-size: 40px;
	color: #333;
}

.social {
	width: 200px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.social svg {
	width: 50px;
	height: 50px;
	margin-top: 40px;
}


@media (max-width: 600px) {
	header {
		height: 160px;
	}

	img {
		width: 140px;
		margin-top: 80px;
	}
}
