You just need to put the code in the bottom of style.css located in your host :
wp-content/themes/diary/style.css
Yes, you can change the square size, you just need to add some css codes to your template :
.flickr img {
width: 76px; /* Your Width */
height: 64px; /* Your Height */
}
Aimad.