:root{--page-title-display:none;}/* Start custom CSS */html {
  scroll-behavior: smooth;
  direction: rtl important
}
@media only screen and (min-width: 1025px) {
    main {
      overflow-x: hidden;
      display: flex;
      
    }

    section {
      min-width: 100vw!important;
      min-height: 100vh!important;
    }
}/* End custom CSS */