body {
  background-color: lightgray;
}
/* Importiere Bootstrap CSS */
@import "~bootstrap/scss/bootstrap";

/* Importiere Admin CSS */
@import "./admin.scss";

