The text on the page is nigh unreadable. Why set the colour of paragraphs, the most important piece of information on your page, to a `--text-muted` colour?
Quick fix, on the console:
document.querySelectorAll('p').forEach(p => p.style.color = 'white')