#body {
  margin: 10px 20px 20px 40px;
  transform: scale(1); /* Adjust the scale value as needed */
  transform-origin: middle center;
  font-family: 'Gilroy', sans-serif;
  background-color: white;
  color: black;
  display: 'flex';
  'flexShrink': 1;
  'text-align': 'center';
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  height: 100%; /* Full height of the viewport */
  width: 90%; /* Full height of the viewport */
  max-width: 100%
}

.center {
      display: 'flex';
      justifyContent: 'center';
      alignItems: 'center';
      height: '100vh';
}

.bottom {
  padding-bottom: 60px;
}

.left {
  padding-top: 60px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.dash-debug-menu__content {
    display: none;
}

#dash-debug-menu__outer dash-debug-menu__outer--open {
    display: none;
}

#dash-debug-menu__outer dash-debug-menu__outer--closed {
    display: none;
}

#dash-debug-menu__icon dash-debug-menu__icon--debug {
    display: none;
}