.navbar-burger {
  height: inherit !important;
}

.has-margin-auto {
  display: block;
  margin: auto;
}

.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-border-info-light {
  border: 1px solid #eef6fc;
}
/*# sourceMappingURL=style.css.map */