html,
body {
  height: 100%;
  margin: 0;
  background-color: #f0f2f5 !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.min-vh-96 {
    min-height: 96vh !important;
}

/* === Footer === */
.footer {
  flex-shrink: 0;
  height: 40px;
  background-color: #333;
  color: #f2f2f2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer p {
  font-size: 14px;
  margin: 0;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
