footer {
  outline: 0;
  margin: 5vmin 1vmin 0 0;
  padding-top: 4vw;
  max-width: 120vh;
  font-size: 7vmin;
  background: url(https://upload.wikimedia.org/wikipedia/commons/a/ad/Jumblies.gif) right bottom no-repeat;
  background-size: contain;
  cursor: help;
}

footer:focus {
    outline: none;
    background: none;
}

footer:after {
    display: none;
    font-size: 3vmin;
    line-height: 1.2;
    position: absolute;
    margin-top: 2vmin;
    margin-right: 25vw;
    padding: 1vmin;
    font-family: "Gill Sans", "Gill Sans MT", "Noto Sans", sans-serif;
    font-style: italic;
    white-space: pre-line;
}

footer:focus:after {
    display: block;
}

footer:after { content: "“The suburban houses were sinking, windows and all, into the exuberant tangle of blossom in their little gardens. Overlooked by the light of day, weeds and wild flowers of all kinds luxuriated quietly, glad of the interval for dreams beyond the margin of time on the borders of an endless day. An enormous sunflower, lifted on a powerful stem and suffering from hypertrophy, clad in the yellow mourning of the last sorrowful days of its life, bent under the weight of its monstrous girth. But the naive, suburban bluebells and unpretentious dimity flowers stood helpless in their starched pink and white shifts, indifferent to the sunflower's tragedy.”\00000a \00000a One must imagine the sunflower happy."; }

footer:before { content: "🌻"; }
footer:focus:before { content: "🌻"; }

