@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
 }

body {
	background:#d1e8e2;
	font-family: 'Josefin Slab', serif;
}

.wrapper {
  	margin-top:5%;
}

.wrapper h1 {
	font-family: 'Josefin Slab', serif;
	margin-bottom:60px;
	text-align:center;
	font-size:52px;
}

.box {
	display:flex;
	text-align:center;
	width:auto;
	justify-content:center;
	
}

.box .myself {
	background:black;
	margin:5px;
	margin-bottom:50px;
	width:300px;
	padding:30px;
	line-height:20px;
	color:#d1e8e2;
	position:relative;
	font-size:20px;
}

.box .myself h3 {
	color:#d1e8e2;
	font-size:30px;
	margin-top:50px;
	padding:0px 0px 50px 0px;
	line-height:1.6;

}

.box .myself_img {
	width:550px;
	margin-bottom:50px;
	border-radius:8px;
	position:relative;
	background:black;
	float:left;
	
	
}

.box .myself_img img {
	width:550px;
	height:750px;
	padding:10px;
	
}

.box .myself .socials {
	text-align:center;
	font-size:20px;
	font-family: 'Josefin Slab', serif;
	padding:10px;
	color:#d1e8e2;
}

.box .myself .socials_img {
	text-align:center;
	padding:10px;
	
	
	
}

.box .myself .socials_img img{
	width:50px;
	height:50px;
	padding:10px;
	background:#d1e8e2;
	border-radius:50%;
}
	

			

