<style>
a, a:link, a:visited, a:hover, a:active {
  color: ##00b368;
  text-decoration:none;
  background-color:#778899 
}
body{
  background-color: white;
  font-family: 'Fira Sans';
}
.navbar{
  background: #00693e;
  color: white;
}
.navbar .navbar-nav>li>a {
  color: white;
}
.navbar .navbar-brand {
  color: white;
}

</style>