 h3{
    color: red;
    font-size: 39px;
 }
 p{
   font-family: Garamond;
 }
 img:hover {
  transform: scaleY(-1);
}
img:active {
  transform: scaleX(-5);
}