Tribute Page Need help

Here’s a link to my page https://codepen.io/BajaGaming/pen/LjwBqe/
Im having a few problems with my page. First i can’t seem to get my image to center.
Second my text got cut off the left side of the page and the last un-order list and mashing with my paragraph.

if you use bootstrap 3, you can add
class="img-responsive"
in image class to make it automatically adjust the size of the screen

use margin or padding in css to prevent your text cut off

.row {
  margin: 20px;
}

Thanks for the help!