
footer {
  background: #000;
  color: white;
  padding: 2rem;
}

footer .message {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  padding: 2rem;
  flex-wrap: wrap;
}

footer .message .gray-logo {
  width: 140px;
  filter: grayscale(0.5);
  margin: 2rem;
}

footer .message p {
  width: 500px;
  max-width: 100%;
  padding: 1rem;
  line-height: 1.5em;
}

footer .link {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}

footer .link a {
  color: white;
}