body {
  font-family: "Geist", sans-serif;
  min-height: 100vh !important;
}

a {
  color: #104893;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

footer {
  color: #fff;
  background: #000;
  padding: 12px;
  margin: 2rem;
  min-height: 10vh;
  border-radius: 20px;
}

.social-links {
  display: flex;
  gap: 0.5rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: #fff !important;
}

.footer-text {
  margin-top: auto;
}

.quick-links {
  display: flex;
  align-items: end;
}