I have been trying to move an image (logo.png) and text ("The Crazy Cat Lady") to the center of a page. I have already put the image and text inside a div container and typed text-align="center"; in style.css. Can somone please help me with this issue? My code is below.

HTML:

Code:
<!DOCTYPE html>

<html lang="en"> <head> <meta charset="UTF-8"> <meta
...