* {
  box-sizing: border-box;
}

html {
  color-scheme: only dark;
  font-family: sans-serif;
}

body {
  margin: 0;
}
