/* TEMPORARY */
iframe{
    width: 100vw;
    height: 105em;
    background-color: hsl(60, 100%, 99%);
}

/* Hidden stuff */
.spoiler{
    visibility: hidden;
    display: none;
}
.unfinished{
  visibility: hidden;
  display: none;
}
.hidden{
  visibility: hidden;
  display: none;
}

/* Main Code */
body{
  overflow-x: hidden;
  overflow-y: auto;
}
dt{
  margin-top: 1em;
  margin-bottom: 0.4em;

  margin-left: 1em;
}
dd {
  position: relative;
  padding-left: 2em; /* space for the marker */
  margin-bottom: 0.2em;
}
dd::before {
  content: "- ";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(1em, -0.2em);
}
dl{
  margin-left: 20px;
}
h3{
  margin-top: 2.4em;
}

/* Code for the Voice Reference section */
#voiceRef::before{
  content: "•";
  transform: translate(1em, 0em) scale(1.2, 1.2);
}
#voiceRef{
  font-weight: bold;
}
#voiceRef ul{
  font-weight: normal;
}