html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  background: var(--color-tertiary) !important;
  overflow-y: auto !important;
}
