#footer {
  background: #e4dfdf;
  padding: 0 0 25px 0;
  color: #212529;
  font-size: 14px;
  height: 200px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #212529;
}

#footer .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

#footer .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212529;
  font-size: 16px;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#footer .social-links a:hover {
  color: #e84545;
  border-color: #e84545;
}
