body {
  margin-top: .5em;
}

h1 {
  font-family: cherish;
  margin-top: .5em;
}

.content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.half1 {
  width: 50%;
  height: 475px;
  overflow: auto;
  scrollbar-width: none;
  padding-right: 10px;
}

.half1::-webkit-scrollbar {
  width: 5px;
}

.half2 {
  width: 50%;
}

.half2 img {
  margin-bottom: -1em;
  filter: drop-shadow(5px 5px 0px rgb(255, 255, 255)) drop-shadow(5px 5px 0px pink);
}

::marker {
  color: rgb(150, 64, 92);
}

ul {
  text-align: left;
  font-family: 'Dekko', cursive;
  line-height: 1.25em;
  list-style-type: "★";
}

ul ul {
  list-style-type: "☆";
  padding-inline-start: 20px;
}

ul li {
  margin-bottom: .5em;
  padding-left: 0.25em;
}

.tippy-box[data-theme~="custom"] {
  border-radius: 0;
  background: transparent;
  width: 200px;
  margin: 0;
  margin-bottom: -1em;
  padding: 0;
}

.tippy-content {
  padding: 0;
}


@media screen and (max-height: 600px) and (max-width: 730px) {

  .half1 {
    height: 430px;
  }

}
