body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

main {
  flex: 1;
}

.carousel img {
  max-height: 200px;
  object-fit: cover;
}

.nav-link {
  padding: 0
}

div {
  text-align: justify;
  text-justify: inter-word;
}

#map {
  height: 800px;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 2px solid var(--color-border);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}