body {
  background: url("https://bluecaet.neocities.org/resources02/bg08.png");
  color: black;
  font-family: Verdana;
}

.maincontainer {
  height: 194px;
  width: 210px;
  display: fixed;
  margin: auto;
  padding-top: 100px;
  margin-top: 100px;
}

.speechbubble {
  position: absolute;
  filter: drop-shadow(5px 5px 0px #eef2fb);
}

.container {
  position: absolute;
  width: 170px;
  margin-left: 25px;
  margin-top: 20px;
  color: #996e59;
  font-family: MS UI GOTHIC;
  font-size: 10px;
  word-spacing: 1px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #e7c1a8;
}

.creditlink {
  color: lightblue;
  text-decoration: none;
}

.creditlink:hover {
  text-decoration: underline;
}

ul {
  list-style-image: url("https://bluecaet.neocities.org/resources02/dotico.png");
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}

li {
  margin-bottom: 10px;
}

.home {
  margin-left: 670px;
  margin-top: 15px;
  position: absolute;
}

.home:hover {
  transform: scale(120%);
}
