body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url('img/rasputin_insignia.jpg');
  background-size: cover;
  background-position: center;
}

.cli-text {
  color: green;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  white-space: pre-line; /* Allows for line breaks */
}