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;
	  font-family: 'Noto Sans SC', sans-serif;
}

h1 {
	color: #a7e0e1;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 0px;
}

h2 {
	color: white;
	font-size: 18px;
	margin-top: 0px;
}

.bio {
	color: white;
	font-size: 14px;
}

.me {
	height: 150px;
	border-radius: 100%;
	border-style: solid;
	//border-color: #a7e0e1;
	border-color: white;
	margin-top: 40px;
}

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

.gray {
	height: 3px;
	background-color: #646D74;
	border: none;
	width: 50px;
}