#footer {
  background-color: #021116;
  color: #d9dbdc;
}

#footer .logo {
  color: white;
}

#footer .social-icons {
  display: flex;
  gap: 10px;
}

#footer .social-icon svg {
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#footer .social-icon:hover svg circle {
  fill: #009bde;
  transition: all 0.5s;
}

#footer .social-icon:hover path {
  fill: white;
}

#footer a {
  font-size: 0.875rem;
  color: #d9dbdc;
  text-decoration: none;
}

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

#footer h3 {
  color: white;
  font-weight: bold;
}
