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

header > img,
footer > img {
  height: 26px;
  margin-right: 22px;
  filter: brightness(0) invert(1);
}
