html {
    position: relative;
    min-height: 100%;
}
body {
  font-size: .875rem;
  margin-bottom: 30px; /* Margin bottom by footer height */
}

[role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
}

.scroll-box {
    overflow-y: scroll;
    /* width: 92%; */
    height: 400px;
  }