body {
  background-color: #F0F4FF;
}

h1 {
  color: #3A004F;
   font-family: Arial, sans-serif;
  text-align: center;
}

h2 {
color: #660087;
 font-family: Arial, sans-serif;
text-align: center;
font-style: italic;
}

h3 {
  
    color: #660087;
   font-family: Arial, sans-serif;
   text-align: left;
}

h4 {
    color: #660087;
   font-family: Arial, sans-serif;
  text-align: center;
}

h5 {
    color: #660087;
   font-family: Arial, sans-serif;
  text-align: center;
}

h6 {
    color: #660087;
   font-family: Arial, sans-serif;
  text-align: center;
}

p {
  color: #3A004F;
  font-family: Garamond, serif;
  font-size: 20px;
  text-align: left;
  margin-left: 50px;
}

small {
  color: #3A004F;
  font-family: Garamond, serif;
  font-size: 14px;
 text-align: center;
  
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.bgBlock {
  background-color: #D4E0FF;
  padding: 20px;
}

.leaflet_map {
 background-color: #D4E0FF;
  padding: 25px;
  margin: auto;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140, 140, 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: rgb(228, 240, 245);
}

th,
td {
  border: 1px solid rgb(160, 160, 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}

tbody > tr:nth-of-type(even) {
  background-color: rgb(237, 238, 242);
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}
