html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 90px);
}

.centered {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.container-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px; /* Set the height of the bottom SVG container */
}

.centered-bottom {
  display: block;
  margin-bottom: 90px; /* Set the margin to maintain a 60px distance from the bottom */
  max-width: 100%;
  max-height: 100%;
}

#loadOverlay {
  display: none;
}