custom_css = """
/* Full width space */
a {  
  text-decoration: underline;
  # text-decoration-style: dotted;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.tag {
padding: .1em .3em;
background-color: lightgrey;
border-radius: 12px;
}
"""