/* =========================================
   Safe reset for Bulma
   ========================================= */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  height: 1px !important;
  border-top: 1px solid #eee;
  margin: 1em 0 !important;
}/*# sourceMappingURL=reset.css.map */