footer {
  background-color: black;
  color: #F0F0F0;
  padding: 30px; }

footer div, footer p {
  text-align: center; }

footer img {
  height: auto;
  width: 5%;
  margin-right: 3%;
  margin-left: 3%; }

footer div:last-of-type {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px; }

footer div:last-of-type img {
  height: auto;
  width: 10%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  margin-left: 1.5%; }

footer div:last-of-type p {
  font-size: 1.2em; }
