footer {
  background: #008cff;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  margin-top: 3rem;
}
footer p {
  margin-bottom: 10px;
}
footer .social {
  list-style: none;
  display: flex;
  justify-content: center;
}
footer .social li {
  margin: 0 10px;
}
footer .social li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
footer .social li a:hover {
  color: #005bb5;
}/*# sourceMappingURL=footer.css.map */