footer {
  background-color: rgb(173, 216, 230);
  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;
  text-align: center;
}

footer a {
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  text-align: center;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  margin-bottom: 15px;
  text-align: center;
  text-indent: 0;
}

footer #socialLogo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

footer #socialLogo a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=footer.css.map */