body {
  min-height: 2000px;
  padding-top: 70px;
}

.highlight {
  background-color: orange;
}

.highlight::selection {
  color: white;
  background-color: skyblue;
}

.text {
  white-space: pre-wrap;
  font-family: Courier;
}