@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

*{
  font-family: "Karla", sans-serif;
}

.nav {
  overflow: hidden;
  padding:  10px;
}

.nav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
}

.nav a:hover {
  color: #696969;
}

.nav .active {
  color: #bc0001;
}

.nav-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .nav a {
    float: none;
    display: block;
    text-align: left;
  }

}

.body {
  color: #ffffff;
  margin: 0;
  }
  
.centered {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #bc0001;
}

.about {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
}

table {
  background: #ffffff;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

tr:nth-child(odd) {
  background-color: #b6b6b6;
}