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

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.container {
  text-align: center;
}

.logo {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}
