body {
  background-image: url('art/silly.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: cover;
}

img {
 width: 10%;
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}