*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
}

#map {
  height: 100dvh;
}

#locate-btn {
  position: fixed;
  bottom: 32px;
  right: 12px;
  z-index: 1000;

  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #116679;

  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);

  display: flex;
  align-items: center;
  justify-content: center;
}
