```css
display: inline-block;
width: 100px;
height: 100px;
margin: 20px;
border: 1px solid #ccc;
border-radius: 50%;
cursor: pointer;
a:hover {
background-color: #e8e8e8;