/* Minimales eigenes Styling zusaetzlich zu Bootstrap 5. */

body {
  background-color: #f5f6f8;
}

.card {
  border: none;
}
