
body{
    background-color: rgb(146, 146, 200); 
}
img {
    transition: transform 0.3s; 
  }
  
  img:hover {
    transform: scale(1.1); 
    
  }
  
 
  <h1>, <p> {
    text-align: center;
  }