.banner {
	background: rgba(0, 0, 0,  .5);  
	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;
}
h1 {
	position: relative;
	margin: 0;

}
