#navbar {
  background: #009900;
  color: white;
  border-bottom-width: thick;
  border-bottom-color: #009900;
}

#navbar .stelo {
  background: white;
  color: #009900;
}

#navbar a {
    background: #009900;
    color: white;
}

