Seems like you’ve made you div a circle and now your text is showing up outside of it. If that’s the problem then you’ll have to place the text itself in another container and then set it’s align attribute to center.
Yeah, I had the same problem until I looked how it was done in the initial example of the code: you have to wrap your text into < p > tags inside the divs and then style it in css similar to the example given at the beginning of the exercise.