Tribute Page (freecode camp)

hello,
I am not able to align the images to the right of the content. Can someone help me with that?

Here is the pen url:
https://codepen.io/dhana-ponugubati/

I suggest you use flexbox layout for the text and images
make the images and text in one container :

display:flex;
flex-direction:column;

then you can place every individual image element on the far right like you want.