body {
	margin: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

img {
  width: 150px;
  height: 100px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}