body > .footer {
  background-color: #EE332C;
  border-top: 3px solid #ec1c14;
  color: white;
  padding-top: 15px;
}
body > .footer p,
body > .footer h1,
body > .footer h2,
body > .footer h3,
body > .footer h4,
body > .footer span {
  color: white;
}
body > .footer a {
  color: #fdeae9;
}
body > .footer .margin-top {
  margin-top: 20px;
}
body > .footer img {
  max-width: 140px;
}
