@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body {
  margin: 0;
  padding: 0;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  font-family: 'Share Tech Mono', monospace;
}

.matrix-header {
  font-size: 1.5rem;
  color: #00ff00;
  text-align: center;
  margin-bottom: 1rem;
}

.chip-gif {
  max-width: 100%;
  max-height: 60vh;
  object-fit: contain;
}

.logout {
  font-size: 6rem;
  color: #00ff00;
  text-align: center;
  margin-top: 1rem;
}
