Aligning text so that it goes in a certain position
1. Look for this code in your CSS: text-align: left;
2. Add center; where it says left;
**If you can't find the code then add this to the body styling: text-align: center; You can add left, right or center to move to wherever you please.















