@media screen and (max-width: 991px) {
  .nav-menu-items.is-open {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
}
html {
  scroll-behavior: smooth;
}
