/* Start custom CSS */html {
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1025px) {
    main {
      overflow-x: hidden;
      display: flex;
    }

    section {
      min-width: 100vw!important;
      min-height: 100vh!important;
    }
}
body {
  background:#333333;
  transition: all 1200ms ease-out;
  will-change: background;
}/* End custom CSS */