footer {
  background-color:#0e4491;
  color:var(--footer-color);
}
@media screen and (min-width:641px) and (max-width:835px) {
  footer {
    background-color:#0e4491;
    color:var(--footer-color);
  }
}
@media screen and (max-width:640px) {
  footer {
    background-color:#0e4491;
    color:var(--footer-color);
  }
}
