html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
.block-container{
  display: flex;
  flex-direction: column;
  height: 80%; 
  width: 100%;
  justify-content: center; /* Center horizontally */
}
.side-bottom {
  margin-top: auto;
  width: 100%;
}
.bnvis-clickable {
  cursor: pointer;
}
#mainSidebar.w3-collapse.hidden {
  display: none !important;
}
.full {
  margin-left:0 !important;
}
