@layer base {
  .main {
    min-height: 100svh;
  }

  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
}
