html {
  box-sizing: border-box;
}

body {
  font-family: system-ui, sans-serif;
  margin-block: 0;
  color: #333;
}