@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Dancing+Script&family=Kanit:wght@200;800&family=Montserrat+Alternates&family=Roboto&display=swap');
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* .maplibregl-ctrl-top-right{
  visibility: hidden;
} */

.ab-class {
  height: 100%;
  width: 100px;
  background-color: blue;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6
}