html {
  scroll-behavior: smooth;
}

._1920,
._1920 * {
  box-sizing: border-box;
}
._1920 {
  background: var(--background-bg-primary, #14161a);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: clip;
}
