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

[hidden] {
  display: none !important;
}

body {
  background: #060608;
  color: #ccc;
  font-family: 'Orbitron', monospace;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
