main {
  margin: 3rem 0;
}
code {
  color: #333;
  background-color: #ddd;
  border-radius: 3px;
  padding: 0.2rem 0.4rem;
}
.text-box {
  max-width: 800px;
}
.dataset-download-popup {
  position: absolute;
  top: 75px;
  right: -300px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  padding: .5rem 0 .5rem 1rem;
  background: rgba(10, 20, 50, 0.8);
  border-radius: .5rem;
  transition-delay: 500ms;
  transition-duration: 500ms;
}
.dataset-download-popup span {
  color: white;
  cursor: pointer;
  margin-top: .2rem;
}
