@import 'flexbox.css';

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: sans-serif;
}

section{
	padding: 6rem 0;
}


section.about .about-me-img{
	height: 450px;
}

section.about h1{
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 400;
}

section.about h3{
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

section.about p{
	color: #808989;
	line-height: 1.7;
}

section.about .social{
	display: flex;
}


section.about .social a img{
	width: 100%;
	height: 100%;
	padding: 0.5rem;
}

section.about .social a:hover{
	background: #3DCFD3;
}