/* 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;
}

body {
  background-color: #0C0805;
  color: #FFF5DC;
  font-family: "Arial", "Helvetica", sans-serif;
}

body.homepage {
  background-color: #0C0805;
  color: #FFF5DC;
  font-family: "Arial", "Helvetica", sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

body.homepage h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
}
