.home-ssh {
  margin: 1.25rem 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95rem;
  color: #999;
  letter-spacing: 0.02em;
}

.home-ssh-prompt {
  margin-right: 0.4em;
  opacity: 0.7;
  user-select: none;
}

.home-ssh-cmd {
  font: inherit;
  color: inherit;
  background: none;
  padding: 0;
  user-select: all;
  cursor: text;
}
