html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #333333;
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

p {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.02em;
}
