html {
  scroll-behavior: smooth;
}
#tab-content div.tab {
  display: none;
}
#tab-content div.tab.is-active {
  display: block;
}