html {
	margin: 0;
	cursor: url('cursor.ico'), default;
	
	
}

body {
	background-color: #111;
	font-family: "EB Garamond", serif;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ededed;
}

b {
	font-weight: 900;
	font-style: italic;
	color: #a01701;
}

.container {
	margin-left: 250px;
	margin-right: 250px;
	margin-top: 150px;
	margin-bottom: 150px;
}
	
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
}

.banner {
	height: 620px;
	width: 470px;
	margin-top: 50px;
	padding: 30px;
	border:1px solid #333;
}

.banner_img {
	height: 620px;
	width: 470px;
	background-image: url(img/leftimg.png);
	
}

.bio {
	height: 650px;
	width: 500px;
	margin-right: 200px;
	text-align: justify;
}

.title {
	font: 900 45px/110% "Playfair Display", serif;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #a01701;
}