.test {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: auto;
  margin: 0;
}

.test2 {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: auto;
  margin: 0;
  background-color: white
}


h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 24px;
}

.title {
  display: none;
}

