body {
  color: #757575 !important;
}

header,
footer {
  background-color: #575756;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header {
  background-color: #fff;
  border: 1px solid #e9e8e8;
}

header > img,
footer > img {
  height: 35px;
  margin-right: 22px;
}

header > img {
  filter: none;
}

h1,
h2,
h3 {
  color: #575756;
}

h3 {
  margin-top: 2rem;
}
a {
  color: #575756;
}
