* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  min-height: 100vh;
  display: grid;
  place-items: center;
}
