body {
  background-color: white;
  margin: 3rem auto;
  max-width: 60rem;
}

.ImageBorder {
  border-width: 1px;
  border-color: Black;
}

h1 {
  color: black;
  text-align: center;
  font-family: Tahoma;
  line-height: 2.2;
  font-size: 50px;
}

h2 {
  color: black;
  text-align: center;
  font-family: Tahoma;
  line-height: 2;
  font-size: 35px;
}

h3 {
  color: #464242;
  text-align: center;
  font-family: verdana;
}

p {
  font-family: Tahoma;
  max-width: 49rem;
  margin: 0 auto;
  margin-bottom: 1.3em;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
}

.bar img {
  text-align: center;
  display: block;
  max-width: 130%;
}

.scatter img {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-color: Black;
}

.two-parts img {
  float: left;
}

.trend img {
  border-width: 1px;
}

img {
  float: middle;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 1px solid #021a40;
}

.map img {
  float: middle;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

span {
  text-align: justify;
  font-family: verdana;
  line-height: 1.8;
}

/*# sourceMappingURL=/caffeine/scripts.bcf3243b.css.map */