body {
    font-family: sans-serif;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
  }
  
  #content {
    max-width: 100%;
  }
  
  span[data-audio] {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
  }
  