body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #161616;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  text-align: center;
  padding: 20px;
  line-height: 1.5;
}
h1{
  color: #07F469;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  font-size: 32px;
}
p{
  color: #9aa4af;
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}
