a {
  color: rgb(136 166 189);
}

.footer-img {
  margin-top: -55px;
  margin-bottom: -40px;
  max-width: 400px;
  max-height: 230px;
}

footer .btn-outline-primary {
  color: #dbeafe;
  border-color: rgba(147, 197, 253, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

footer .btn-outline-primary:hover,
footer .btn-outline-primary:focus,
footer .btn-outline-primary:active {
  color: #ffffff;
  border-color: #60a5fa;
  background: rgba(59, 130, 246, 0.22);
  box-shadow: none;
}

footer .btn-outline-primary i {
  color: currentColor;
}

[data-bs-theme="dark"] footer .btn-outline-primary {
  color: #e2ecff;
  border-color: rgba(148, 163, 184, 0.42);
  background: rgba(148, 163, 184, 0.08);
}

[data-bs-theme="dark"] footer .btn-outline-primary:hover,
[data-bs-theme="dark"] footer .btn-outline-primary:focus,
[data-bs-theme="dark"] footer .btn-outline-primary:active {
  color: #ffffff;
  border-color: #93c5fd;
  background: rgba(96, 165, 250, 0.24);
}
