#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.mc-app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mc-main {
  flex: 1;
}

.mc-page {
  min-height: 60vh;
}
