* {
  box-sizing: border-box;
}

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

body {
  font-family: system-ui, 'Segoe UI', Roboto, sans-serif;
  color: #1c1c1e;
  background: #eceef1;
}
