:root {
  background-color: #cde8e1;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cde8e1 !important;
  background-image: url("./fond_app.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
[data-panda-runtime] .ps-world {
  background-color: transparent !important;
  background-image: none !important;
}
