html {
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
    html {
      font-size: 12px;
    }
  }
  
  @media (min-width: 1920px) {
    html {
      font-size: 20px;
    }
  }
body {
    overflow-x: hidden;

    min-height: 200vh!important;
    background: linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary));
}

#detach-button-host {
  display: none!important;
}