<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: url("https://www.dropbox.com/s/7zxkiuyghz7z3ss/black-background.jpg?raw=1");
}

.jumbotron {
  margin-top: 5%;
}

.tab-controller-wrap {
  margin-top: 30px;
}

.tab-control, .tab-control:hover, .tab-control.active {
  color: #fff;
  text-decoration: none;
}

.tab-control {
  padding: 10px 20px;
  background-color: #12A5F4;
}

.tab-control:hover {
  background-color: #70c9f8;
}

.tab-control.active {
  background-color: #0a6392;
}

hr {
  border: 1px solid #12A5F4;
}

.tab-wrapper {
  margin-top: 20px;
}

.content-wrapper &gt; div {
  background-color: #fff;
  padding: 20px;
  line-height: 200%;
}

h5 {
  display: inline;
  margin-right: 20px;
}

.input-small {
  width: 4%;
}

p {
  padding: 10px;
}

p:nth-child(3) {
  background-color: #ffff84;
}

p:nth-child(4) {
  background-color: #7fff7f;
}

p:nth-child(5) {
  background-color: #ffa366;
}

p:nth-child(6) {
  background-color: #ff7f7f;
}

p:nth-child(7) {
  background-color: #ff6666;
}

p:nth-child(8) {
  background-color: #ff4c4c;
}</pre></body></html>