.navbar {
  z-index: 50;
}
h1.display-1.text-center.my-8 {
  font-size: 40px; 
  font-weight: bold;
}
.outerframe main {
  display: flex;
  position: relative; 
  padding-top: 0rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  overflow: hidden; 
}

