body {
  background-color: #212121;
}

.list-group-item {
  background-color: #212121;
  margin-top: 10px;
}

.launchImg {
  border-radius: 3%;
  height: 480px;
  width: 640px;
}

.errMsg {
  color: #fe0000;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 100%;
  overflow-wrap: break-word;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1em;
  border-radius: 8px;
  overflow: hidden;
}