Why isn't my header text being centered?

I’m working on my portfolio, and I don’t know why my header text isn’t being centered with the code below?

<h1 class = "text-center"> Daniel's Portfolio </h1>

Have you imported Bootstrap in your code?

Do you have a codepen link?

Forget to import Bootstrap. Works now!