html, body {
  height: 100%;
  margin: 0;
  background: #000;
  color: #ff9900;
  font-family: "Courier New", Courier, monospace;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

#gunman {
  font-size: 20px;
  line-height: 1.1;
  margin: 0;
  white-space: pre;
}

#clock {
  margin-top: 16px;
  font-size: 48px;
  letter-spacing: 2px;
}
