img {
  border-radius: 10%;
}  
a:hover {
  background-color: #666;
  color: white;

  transform: translateY(-1px);
}