/* TerminalView component styles */
.terminal {
  padding: 2rem;
  text-align: center;
}

.terminal h1 {
  color: #2c3e50;
  margin-bottom: 1rem;
}
