Aligning bullets on my tribute page

Tell us what’s happening:
My tribute page works for the most part but I am trying to align the bullets to start and end at the same line

Your code so far
https://codepen.io/isaacattuah/pen/mZPWBe

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

You can add text-align: left; to the <ul>.
I would also suggest replacing the <br> elements with just more margin on the <li>, it is a lot cleaner and more flexible.

Thank you so much. I will proceed to do so