* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  padding: 2rem;
}
