img{
  width:10rem;
  height: 10rem;
  border-radius: 50%;

}
img:hover{
  cursor: pointer;
  /* border: 1px solid #000; */
  opacity: 0.7;
}