html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

body {
  background-color: #062f4f;
  background-image: url(nav_background.png);
  color: white;
  font-family: Verdana;
}

h2 {
  color: white;
  text-indent:12px;
  font-size:15px;
  font-family: Verdana;
  text-transform: capitalize;
}