body{
	background-image: url("headerr.jpeg");
	background-size: 100%;
}
.welcome{
	text-align: center;
	margin-top: 7%;
	font-family: "Courier";
	font-weight: bold;
	font-size: 80px;
}

.header{
	margin-top: 3%;
	margin-left: 28%;
	height: 30px;
	background: black;
	padding:10px;
	width: 40%;
}
.menu{
	top: 0;
	margin-top: 2%;
	margin-left: 28%;
	position: absolute;
	font-family: "Courier";
}

.menu ul li{
	float: left;
	list-style: none;
	text-align: center;
}
.menu a:link, a:visited{
	background-color: transparent;
	color: white;
	padding: 14px 25px;
	text-decoration: none;
	display: inline-block;;
}
.menu a:hover{
	background-color: red;
	color: white;
}
.logo{
	margin-top: -5%;
	margin-left: 5%;
	position: absolute;
}