html,
body,
#AndreaMosaic {
  width: 100%;
  padding: 0;
  margin: 0;
  height: calc(100% - 70px);
  /* background-image: url("https://images.ctfassets.net/7lhcm73ukv5p/1mv6Tg8PUsMWyGauWckSOo/5be5f00d5fb6d445f420b7a1c669fd26/star-bg.jpg?w=2400&q=75&fm=webp"); */
  /* background-repeat: repeat-y; */
  /* background-size: cover; */
  background-color: #1a1a1a;
  font-family: "Shentox", "Rogan", sans-serif;
}

header {
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 35px;

  font-weight: bold;
}

footer {
  background-color: #101010;
  color: #979797;
  font-size: 14px;
  font-family: "Shentox", "Rogan", sans-serif;
  font-weight: normal;
  display: grid;
  grid-template-columns: 5fr 1fr;
  padding-bottom: 20px;
  min-height: 100px;
}

.footer_link {
  color: #cccccc;
  text-decoration: none;
  font-weight: bold;
}

.text {
  font-size: 16px;
  padding: 12px 0 0 50px;
}

p {
  line-height: 1;
  margin: 5px 0;
}

.copy {
  text-align: right;
  padding: 16px;
}

/* Leaflet popup overwrite */
.leaflet-popup-content-wrapper {
  background-color: #0f0f0f;
  color: #ffffff;
}

.leaflet-popup-content {
  /* background-color: #2b2b2b; */
  color: #ffffff;
  margin: 0;
  padding: 20px 19px;
}

.leaflet-popup-tip {
  background-color: #0f0f0f;
}

.popup-text {
  font-size: 18px;
  padding: 3px 0 0 0;
}
