*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #0a53be;
  text-decoration: none;
}

a:hover {
  color: #1194ae;
}

.me-2 {
  margin-right: .5rem !important;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: var(--bs-primary);
}

