* {
  box-sizing: border-box;  
}

body {
  margin:  0;
}

a {
  color: unset;
  text-decoration: none;
}

h6::after {
  content: attr(data-end) ;
  color: red ;
}