#myLandbot{
  height: calc(100 * var(--vh) - var(--menuh) - var(--footerh));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}