Solution for image on tribute page

hi guys kindly help how do i make my image to be the required size
https://codepen.io/serwadi-farmerman/pen/NWGGWYy

Hi @Serwadi
You are using wrong selector. use

#image{
      width:400px;
}

This will do the work.