html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #f9fafb;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.32;
}
body.home {
  background-image: url(/images/0.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
body.doc {
  background-color: white;
  max-width: 790px;
  margin: 0 auto;
  padding: 30px 0;
}
#widgetContainer .leaflet-control-attribution {
  display: none;
}
