footer {
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  line-height: 1.4;
  margin-top: auto;
}

.footer-content {
  margin: 0;
}

.footer-links {
  margin: 0.5rem 0 0;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.footer-links a {
  color:rgb(61, 132, 255);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: rgb(90, 180, 65);
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
