body,
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: url(about_bk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
	height: 200px;
	width: 200px;
	padding: 10px;
	border-bottom: 5px solid red;
  border-radius: 50%;
}

h2 {
	margin-top: 10px;
  font-size: 2rem;
  color: #e2dbdb;
}
hr {
  border-color: #F05F44;
  border-width: 3px;
  max-width: 65px;
}
#h22{
	margin-top: 10px;
  font-size: 3rem;
  color: #e2dbdb;
}

.buffer {
  height:8rem;
}