html, body, #root {
  height: 100%;
  margin:0 ;
  background-color: #f9f9f9;
}

:root {
    --turquoise-color: rgb(0,140,140);
}

#react-entry-point,
._dash-app-content {
  height: 100%;
}