.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('https://4.bp.blogspot.com/-oUvf_Hn0msE/XVj6vl7jOLI/AAAAAAACDcs/ObHbZ-V08ig79Ui8-dNjaqZixztCe27IACLcBGAs/s1600/bundesliga-19-20-kits.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.text{
	margin-top:5%;
	font-family: Arial;
	color: black;
}
h1{
	margin-top:10%;
}

table{

	margin-top:10%;
	background-color: white;
	width: 100%;
	float: center;
}
th{
color: black;
}

}
td{
color: black;

}
footer{
	
	text-align: center;
	margin-top: 5%;
}
img{
	width: 200px;
}
.nav ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
	background-color: #333333;
}
.nav li {
	display: inline-block;
	width: 100px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	line-height: 40px;

}
.nav li :hover{
	background-color: #3388BB;
}
.nav li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
table{
 border-width:1px; 
 border-style:solid; 
 border-color:black;
 width:100%;
 }
td{
	border-width:1px; 
 border-style:solid; 
 border-color:black;
text-align: center;
}

