* {
  margin: 30;
  padding: 30;
  border: none;
  font-family: Arial, sans-serif;
}

body {
  font-size: 99px;
  color: white;
  background-color: navy;
}

img{
  width:100%; height:auto;
  opacity: 0.5;
}

td {
  text-align: center;
  background-color: navy;
}

.track {
  background-color: black;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}