:root {
  --bg: #dddddd;
}

html,
body {
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--bg);
}
