// Regular Horizontal line
.hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}