body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  /* position: fixed; */
  background: linear-gradient(169.76deg, #6f0b51 8.39%, #0c043f 88.36%)
    no-repeat center center/cover;
  width: 100%;
  height: auto;
  font-family: "Space Mono", monospace;
  color: #fff;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #340233;
}

::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: calc(15px / 2);
}

::-webkit-scrollbar-thumb:hover {
  background: #0c043f;
  border-radius: calc(15px / 2);
}

#webpage-ctn {
  /* position: fixed; */
  background: url("/static/img/BeeHive.png") center center/cover;
  width: 100%;
  height: auto;
}

.container {
  font-family: "Space Mono", monospace;
  color: #fff;
}

#navbar-container {
  background: #e61366;
  z-index: 1000;
}

.navbar-toggler {
  color: #fff;
}

.nav-link {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  color: #fff;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */

#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 320px) {
  .img-nav {
    width: 165px;
  }
  .img-tog {
    width: 30px;
  }
}
