:root {
  --bg: #dddddd;
}

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

header {
  text-align: center;
}
