body {
	padding:1em;
	color:honeydew;
	background:rgba(16,16,16,1.00);
	font-family: 'Parisienne', cursive;
	font-size:16px;
}

del {
	opacity: 0.7;
	line-height: 1em;
  position: relative;
	text-decoration: none;
}

del:after {
  border-bottom: 0.125em solid rgba(255, 0, 0, 0.9);
  content: "";
  left: 0;
  line-height: 1em;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

h1 {
	text-align: center;
	font-size: 7em;
}

