.navbar {
  background-color: rgb(143, 37, 41)
}

.navbar a {
  color: #fff;
  text-decoration: none
}

.navbar a:hover {
  color: #fff;
  text-decoration: underline
}

footer a {
  color: rgb(143, 37, 41);
  text-decoration: none
}

.footer a:hover {
  text-decoration: underline
}