body {
  background-color: #000000;
  color: green;
  font-family: "Courier New", monospace;
  
  display: flex; 
  justify-content: center; 
  align-items: center; 
  min-height: 100vh; 
  margin: 0; 
}

.align-center { 
  text-align: center; 
}

.terminal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  background-color: black;
  padding: 20px;
  border-radius: 10px;
}

pre { 
  text-align: center;
  margin: 0;
  line-height: 1.2;
  font-size: 14px;
}
