/* Layout: Default Layout */
@view-transition {
  navigation: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

main {
  flex:1;
}
[data-section="header"] {
}
[data-section="footer"] {
}