.nav{
  /*background-color: #f44336;*/
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: maroon; /*red*/
}
.links{
  /*background-color: #f44336;*/
  color: maroon;
  padding: 1px 2px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  /*display: inline-block;*/
}
