body {
	width:80%;
	text-align:center;
	margin: 0 auto;
	font-family:courier;
	font-size:18px;
	line-height:2;
}
a {
	font-size:20px;
	margin:10px;
	color:green;
}
hr {
	margin:120px;
	color:white;
}
footer {
	margin-top:300px;
}
#profilepic {
    border-radius: 50%;
    width: 100px;
    height: auto;
	margin-top:30px;
}
