/* === BASE STYLES === */
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  color: #f00;
  font-family: 'Share Tech Mono', monospace;
}

body {
  padding-top: 70px; /* Space for fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
}
