body{
	background-color: #03293e;
	margin: 0;
}
.banner {
	background-color: #4ab6f0;
	height: 50px;
	width: 100%;
	margin: 0;
	text-align: center;

}
.btn{
	color: white;
	background-color: transparent;	
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.bio{
	position: relative;
	margin-top: -5%;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 650px;
}
h1{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 198px;
	padding-bottom: 20px;
	font-family: imapct, sans-serif;
}
.content{
	color: #fff;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-family: sans-serif;

}

