 img {

     border-radius: 50%;
     width: 150px;
 }

 img:hover {

     width: 200px;
transition: all ease 1s;


 }


 div h1 {
     font-size: 3rem;
     margin: 0 0 10px 0;
     letter-spacing: 2px;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
 }