.teamnames {
    color:white;
    font-size:30px;
    text-align:center;
    padding:15px;
}
.active {
    background-color:green;
}
li {
    float: left;
}
body {
    background-color:grey;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 22px;
  text-decoration: none;
  float: left;
}


li a:hover {
  background-color: indigo;
} 

ul {
  position: fixed;
  top: 0;
  width: 100%;
}
.hope {
    text-align: center;
    color:white;
    font-size:55px;
    font-family:monospace;
    padding:50px;
    border-style:solid;
    border-color:indigo;
    background-image: url("IMG/image-27.jpeg");
}

h2 {
    color:white;
    text-align:center;
    font-size:55px;
}
.text {
    color:white;
    font-size:30px;
    text-align:center;
    padding-left:150px;
    Padding-right:150px;
}
.mark {
    Background-color:grey;
}
img {
    height:200px
}
tr {
    background-color:white;
    height:40px;
    width:100px;
}
.Non {
    color:white;
}