/* Style for the first div */
div.divider1 {
    border-top: 1px solid black;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Style for the second div */
  div.divider2 {
    border-top: 2px dashed red;
    margin-top: 30px;
    margin-bottom: 30px;
  }

 /* <div class="divider1">Content goes here</div> !--->
<div class="divider2">Content goes here</div>
