body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #0b0715;
  color: white;
  font-family: Arial, sans-serif;
}

h1 {
  color: #a855f7;
  font-size: 48px;
}