/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Footer Styles */
.footer {
  background-color: #495057;
  border-top: 1px solid #dee2e6;
}

.footer h5 {
  color: #f8f9fa;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.footer a:hover {
  color: #0d6efd !important;
}
