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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  background-color: #fefefe;
  color: #222;
}

.container {
  display: flex;
  padding: 2rem;
  font-size: 1rem;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

h1 {
  font-weight: 800;
  font-size: 2rem;
  font-family: sans-serif;
}
