#messages {
  position: absolute;
  transform: translate(-50%, 0%);
  top: 20px;
  left: 50%;
  z-index: 1030;
  width: 25rem;
}

h1 {
  text-align: center;
}

/* Fixes missing icons inside header on map page */
i.icons[class^=icon-] {
  font-family: simple-line-icons;
}

.alert {
  margin: auto;
  text-align: center;
}

.text-shadow-lg {
  text-shadow: 0 0 20px var(--bs-dark);
}

/* Web page */
#page-title.hero-bg {
  min-height: 25vh;
}
/* Web page */

/* Accounts */
#accounts-wrapper {
  max-width: 570px;
}
/* Accounts */



