* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: sans-serif;
  overflow: hidden;
}

h1 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
