diff --git a/includes/styles.css b/includes/styles.css index ddd46dc..794135a 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -85,9 +85,13 @@ section h2 { margin-bottom: 10px; padding-bottom: 5px; font-family: 'Bungee Spice'; + text-align: center; /* Centers the text horizontally */ + margin-left: auto; + margin-right: auto; } + footer { text-align: center; }