  body {
    background-image: linear-gradient(blue, magenta);
    background-attachment: fixed;
       color: white;
       text-shadow: 2px 2px black
  }
  
  img {
    border: 5px solid yellow;
    height: 150px;
  }
  
  img:hover {
    border: 5px solid cyan
  }