h1 {
  border-bottom: 5px black double;
}

p {
  border-left: 3px black dotted;
  border-right: 3px: black dotted;
  border-top: 3px black dashed;
  border-bottom: 3px black groove;
}