#stage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 68px); /* Subtract the offset from the total height */
  width: 100vw;
  margin-top: 68px; /* Push the div 50px down */
  background-color: #000000; /* Optional background */
}

body {
    overflow: hidden;
}

.tbar-4 {
    background-color: #222222;
  -webkit-user-select: none; /* For Safari, Chrome */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge */
  user-select: none;         /* Standard property */
}
