I need help with JavaScript

.first-paragraph
{
    border: 2px dashed darkgray
}

There is no any borders in chrome, but

#moralis-reference{
    text-shadow: 2px 2px 1px darkgray
}

is working. It shows that I have connected correctly CSS and HTML. What’s wrong?