Tribute page - failing responsive image test(solved)

Hi,

I am having problems passing the responsive image test for the tribute page. I have looked up other threads, but have not been able to find a solution. The image is acting responsively if I make the window smaller.
Any help is much appreciated.

#image {
max-width: 80%;
diplay: block;
height: auto;
margin: auto;
}

link to my pen: https://codepen.io/Narum/pen/KGgYoB

I worked it out I had a typo in my css.

I had written diplay instead of display.