footer {
  background-color: rgb(127, 226, 18);
  width: 70%;
  padding: 40px 15%;
  height: 300px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.2rem;
  margin-top: 40px;
}
footer h3 {
  font-size: 1.4rem;
  margin-bottom: 40px;
  font-weight: 900;
}
footer hgroup {
  margin-bottom: 20px;
}
footer hgroup h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
footer hgroup h4 {
  font-size: 20px;
}
footer a {
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  margin-bottom: 15px;
}
footer #socialLogo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
footer #socialLogo a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=footer.css.map */