body{
	font-family: "Josefin Sans", serif;
  	font-optical-sizing: auto;
  	font-weight: 300;
  	font-style: normal;
	background-color: seashell;
}
h3 {
	font-weight: 600;
	margin-bottom: -5px;
}
.education{
	font-weight: 400;
	margin-bottom: -10px;
}
.img-left{
	border-radius: 50%;
	margin: 50px auto 50px clear;
	object-fit: cover;
}
* {
  box-sizing: border-box;
}
.column{
	float: left;
	padding:  10px 0px 10px 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.left{
	width: 25%;
	background-color:slategrey;
	color:azure;
	padding-left:50px;
	padding-top: -5px;
}
.right{
	width: 75%;
	color:#192229;
	padding-left: 30px;
	padding-right: 20px;
}
a:link{
	color:thistle;
}
.progress-bar p {
	margin-top: -10px;
  	font-weight: 30px;
}

.progress {
  	background-color:gray;
  	border-radius: 10px;
  	height: 20px;
  	width: 80%;
  	margin-bottom: 15px;
  	overflow: hidden;
}

.progress-fill {
  	background-color:thistle;
  	height: 100%;
  	border-radius: 10px;
}
hr {
	border-style:solid;
}