html {
  color: #2b018e;
  font-family: 'helvetica', monospace;
  background: #e8e5ff;
  height: 100%;
  width: 100%;}
img {text-align: center;}
h1 {text-align: center;}
p {text-align: center;}

img:hover {
  transform: scale(1.2);
}
img {
transition: width 2s, height 2s, transform 2s;
 }