body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#divBackground {
  background-color: #000;
  width: 100% !imoprtant;
  height: 100% !imoprtant;
  overflow: hidden !imoprtant;
  display: flex;
  justify-content: center;
  align-items: center;
}

#divMain {
  z-index: 100;
}

#divViewer {
  width: calc(100% - 10px) !important;
  height: calc(100% - 10px) !important;
  padding: 0px;
  margin: 5px;
  left: 0px !important;
  top: 0px !important;
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-secondary);
  border-radius: 10px;
  z-index: 1000;
  overflow: hidden;
}

#divViewerControls {
  top: 30px;
  right: 10px;
  position: absolute;
  z-index: 10000;
}

#Sidebar {
  z-index: 100000;
}

canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #242938, #000 100%);
}

.Image {
  padding: 0px !important;
}
