footer {
  padding: 40px;
  color: #ffffff;
  background: #424242;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1882352941);
}
footer * {
  font-family: "Poppins", sans-serif;
}
footer .footer_row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
footer .footer_row:first-child {
  margin-top: 0;
}
footer .footer_row:last-child {
  margin-bottom: 0;
}
footer .footer_row:hover .link {
  opacity: 0.25;
}
footer .footer_row .link:hover {
  opacity: 1;
}
footer a {
  color: currentColor;
  text-decoration: none;
}

/*# sourceMappingURL=footer.css.map */