
*{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
body{
}
.container-fluid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.container{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
}
.header{
	width: 100%;
	text-align: center;
	padding: 50px 0;
}
.logo{
	width: 400px;
}
.person{
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.wrapper_image{
	border-radius: 50%;
	overflow: hidden;
	height: 400px;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
	.container p{
		font-size: 16px;
	}
	.logo{
		width: 250px;
	}
	.person{
		margin-left: -77px;
		height: 285px;
	}
	.wrapper_image{
		height: 270px;
		width: 270px;
	}

}
p{
	line-height: 30px;
	padding-top: 20px;
}
a{
	color: #7a5e8e;
	font-weight: bold;
	text-decoration: none;
}
h1{
	color: #7a5e8e;
	font-size: 30px;
	font-weight: bold;

}
footer{
	padding-top: 50px;
}
