.drrn, .drrn:hover{
	font-family: monospace;
	text-transform: lowercase;
	text-decoration: line-through;
	text-decoration-style: wavy;
	text-decoration-thickness: 2px;
	text-decoration-color: #ae81ff;
	color: #4ec3c3;
	font-weight: bold;
	background-color: black;
	padding: 4px;
	border-radius: 4px;
}
