body{
  background-image:url('https://static.pexels.com/photos/459225/pexels-photo-459225.jpeg');
  background-position:center center;
  background-attachment:fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
	font-family:'Helvetica Neue', sans-sarif;
}
.prof-box{
	width: 400px;
	height: 540px;
	background: rgba(0,0,0,0.4);
	padding: 40px;
	color: white;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}
.prof-pic{
	border-radius: 0%;
	height:150px;
	width:150px;
}
h1{
	font-weight:100;
	letter-spacing:6;
	font-size:40px;
}
h5{
	font-weight: bolder;
	font-size: 18px;
}
p{
  font-size: 20px;
	font-weight:300;
	letter-spacing:3;
}
.social-icons{
	font-size:40px;
}
.social-icons a{
	color:white;
}
.line-break{
	width: 270px;
	margin: 0 auto;
	border-top: 2px solid white;
}