:root {
  color-scheme: light dark;
  font-family: system-ui, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 650px;
}

.card {
  display: flex;
  align-items: center;
  gap: 5px;
}

.box {
  border: 1px solid ButtonBorder;
  width: 20px;
  height: 20px;
}
