body {
  background-color: #020085;
  color: #FFBFB3;
  font-family: Verdana;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}


h1 {
  text-align: center;
}
main {
  text-align: center;
  list-style-type: none;
}

.navbar {
  list-style-type: none;
  background-color: #066615;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.navbar a {
  text-decoration: none;
  padding: 15px;
  display: block;
  text-align: center;
}
.navbar li{
  float: left;

a:link {
  color: #FFBFB3;
}

a:visited {
  color: #FFBFB3;
}

a:focus {
  text-decoration: none;
}
