
.main{
    text-align: center;
}

html { 
	background: url(./images/river.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  body {
	 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	 font-weight: 300;
  }
  .content{
	  background-color: rgba(0,0,0,0.4);
	  color: white;
	  padding: 100px;
	  height: auto;
	  width: 200px;
	  margin: 0 auto;
	  text-align: center;
	  
  
  }
  .profile_pic{
	  height: 300px;
	  border-radius: 50%;
	  margin-left: -50px;
  }
	  
  }
  #fullname{
	  font-weight: 100px;
	  letter-spacing: 4;
	  font-size: 100px;
  }
  p{
  
	  font-weight: 200px;
	  letter-spacing: 1;
  }
  .content a{
	  color: white;
	  letter-spacing: 9;
  }
  
  