body {
  align-items: center;
  background: #101418;
  color: #f5f7fb;
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

main {
  max-width: 360px;
  padding: 24px;
  width: 100%;
}

h1 {
  font-size: 28px;
  font-weight: 650;
  margin: 0 0 24px;
}

button {
  background: #f5f7fb;
  border: 0;
  border-radius: 8px;
  color: #101418;
  cursor: pointer;
  display: block;
  font: inherit;
  font-weight: 650;
  margin: 12px 0;
  padding: 12px 14px;
  width: 100%;
}

p,
li {
  color: #bec7d5;
  line-height: 1.5;
}

ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
