<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* this handles some of the missing resets between react-md v1 and v3 */
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
p {
  margin-top: 0;
}

</pre></body></html>