@import "./lib/a.css";
@import "./lib/b.css";
@import "./lib/c.css";

/*
body {
  background-image: url("../favicon.ico");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: contain;
}
html, body {
  height: 100%;
  margin: 0;
}
.navbar {
  --bulma-navbar-background-color: rgba(0, 0, 0, 0);
}
*/
.no-break {
  white-space: nowrap;
}
.remain-in-viewport {
  max-width: 75vw;
}
.at-least-viewport {
  min-width: 95vw;
}
:root {
  --bulma-body-overflow-x: auto; /* or scroll, depending on your needs */
}
