.hero-pattern {
    background-image: radial-gradient(#fbcfe8 1px, transparent 1px);
    background-size: 16px 16px;
}

.instruction-text.completed {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(107, 114, 128, 0.7);
    opacity: 0.7;
}