body {
  background-image: url('res/sitemapbg.png');
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #6b65a6;
}

a {
  color: #d15af0;
}

ul {
  list-style-type:none;
}

li {
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #94cee6;
  height: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:  #9c95f5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #42c8e7;
}

#container {
  margin: 0 auto;
  left: 25%;
  top: 50%;
  transform: translate(-25%, -50%);
  width: 350px;
  height: 500px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 50px;
  border-radius: 45px;
  position: absolute;
}

.img img {
  margin: 0 auto;
  width: 350px;
  text-align: center;
}

#list {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  padding: 5px;
  border: 1px solid #ddd;
}