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

#map {
  height: 100%;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.mascot {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
  height: 100px;
}

.side-menu {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100vh;
  width: 15%;
  background: #1d1d1d;
  font-size: 0.7rem;
  /*border-left: 1px solid gray;*/
  overflow: scroll;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

h3 {
  padding: 5px 20px;
  color: gray;
}

.list {
  margin-bottom: 50px;
}

.item-container {
  margin: 20px;
}

.item {
  padding: 5px 20px;
  margin-bottom: 10px;
  color: white;
  text-decoration: none;
}

hr {
  border-color: #3a3a3a;
}

.result-title {
  position: absolute;
  z-index: 10;
  right: 50%;
  top: 10px;
  background: white;
  padding: 10px;
  border-radius: 10px;
}