@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body{
  background-image:url('pics/backgroundImage.jpg');
  background-position:center center;
  background-attachment:fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;

	font-family: 'Open Sans', sans-serif;
}
.prof-box{
	width: 400px;
	height:auto;
	background: rgba(0,0,0,0.7);
	padding: 40px;
	color: white;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}
.prof-pic{
	border-radius: 0%;
	height:200px;
	width:200px;
}
h1{
	font-weight:100;
	letter-spacing:6;
	font-size:40px;
}
h5{
	font-weight: bolder;
	font-size: 18px;
}
p{
  font-size: 16px;
	font-weight:300;
	letter-spacing:3;
}
a{
  color:white;}
.social-icons{
	font-size:40px;
}
.social-icons a{
	color:white;
}
.line-break{
	width: 270px;
	margin: 0 auto;
	border-top: 2px solid white;
}
