.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33,37,41,1) !important;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.overflow-y-auto {
  overflow-y: auto;
}
.h-52 {
  height: 13rem;
}

.w-20r {
  width: 20rem;
}

.overflow-x-auto {
  overflow-x: auto;
}


