* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: Inter, -apple-system, "Segoe UI", sans-serif;
  color: #333333;
  background: #f6f7f9;
}

main {
  text-align: center;
  padding: 24px;
}

h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
  margin: 0 0 16px;
}

#greeting {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.note {
  margin: 12px 0 0;
  font-size: 13px;
  color: #777777;
}
