:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

html {
  background-color: #000;
}

body {
  min-height: 100vh;
  background: url("assets/pigloo.jpg") center / contain no-repeat fixed;
  overflow: hidden;
}

.countdown {
  position: fixed;
  right: 50%;
  bottom: 46%;
}

.timer {
  color: #0000ee;
  font-family: serif;
  font-size: 1rem;
  text-decoration: underline;
  font-variant-numeric: tabular-nums;
}
