/* styles.css */

/* Heading styles */

h1, h2, h3, h4, h5, h6{
  margin-top: 20px ;
  margin-bottom: 20px ;
    font-size: 18px;
    font-weight: bold;
}
  
  /* Paragraph styles */
  p {
    /* font-size: 12px; */
  }
  
  /* List styles */
  ul, ol {
    /* font-size: 12px; */
    list-style: initial;
  }
  
  .article > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }