*{
  margin:0;
}

.results{
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  width: 100%;
}

pre{
  width: 100%;
  overflow-x: auto;
  font-size: 13px;
  line-height: 1.428571429;
  color: #fcfcfc;
  background-color: #161616;
  border-radius: 6px;
}

code{
  border: none;
  padding: 0;
  background: 0 0;
  font-size: inherit;
}