* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
}
.cls-1 {
  clip-path: url(#clip-Edmonton);
}

.cls-selected {
  fill: #a4cf5f;
}

.cls-river {
  fill: none;
  stroke: #2196f3;
  stroke-width: 7px;
}

h6{
  font-size: 18px !important;
}

/* @media (prefers-color-scheme: dark) {
  body {
    background-color: #444;
    color: #e4e4e4;
  }
  a {
    color: #e39777;
  }
  img {
    filter: grayscale(30%);
  }
} */

/* body {
  font-family: 'Montserrat', sans-serif;
  background: #f6f5f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: -20px 0 50px;
} */