/* Remove the default margin and padding from the body. */
body {
  /* padding: 10px; */
  margin: 0;

}

/* Set map, body, and html to 100% of the screen size. */
#map,
body,
html {
  height: 100%;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #6b0404;
  border-radius: 5px;
  padding: 10px;
  color: #f0e8e8;
}

h3 {
  text-align: center;
  font-family: Calibri;
  font-size: 12px;
}

h4 {
  text-align: center;
  font-size: 10px;

}