body {
  background: url('bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1{Color: white;
	font-size: 54px;
	font-weight: normal;
	margin-bottom: 0;
	text-shadow: #cc5500 0px 0px 5px
	}

h2{Color: white;
	font-size: 22px;
	margin-top: 0;
	text-shadow: #cc5500 0px 0px 5px
	}

.bio {
	color: white;
	font-size: 20px;
	text-shadow: black 10px 10px 10px
}


.me {height: 150px;
	  width: 150px;
	border-radius: 100%;
	border-style: solid;
	border-color: #cc5500;
	margin-top: 50px;}



	.about {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;}

  

.grey {
	height: 3px;
	background-color: #cc5500;
	border: none;
	width: 300px;}
     
	

.ut {width: 75px;}
 










