.bg-body {
  background: LightGray;
}

.bg-default {
  background: White;
}

.bg-brand {
  background: #007bff;
  background: linear-gradient(45deg, #007bff, #7E57C2);
}

.bg-brand-dark {
  background: #405060;
}

.comment {
  overflow-x: auto;
}

/* bootstrap styles */

.comment img {
  max-width: 100%;
  height: auto;
}

pre {
  padding: 1rem;
  border-radius: .25rem;
  background: #f8f9fa;
}

blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}
