.text-egg
{
	text-decoration: underline;
	text-decoration-style: dotted;
}

.eff-darkness
{
	background: black !important;
	transition: none;
	opacity: 25%;
}

.eff-grayscale
{
	filter: grayscale(100%);
}

.eff-hue
{
	filter: hue-rotate(var(--hue));
}

.eff-blur
{
	filter: blur(1px);
}

.eff-shadow
{
	filter: drop-shadow(2px 4px 6px black);
}