.poem ul, .poem ol
{
    list-style-type: none;
}

.poem li
{
  font-family:Times New Roman;
  padding-bottom: 0.1em;
}

.poem li:not(:first-child)
{
  margin-left: 26px;
}
