/* The two pictures of the app shown on the Features page, each inside an
   iframe so the app's stylesheet cannot reach the public site's.

   This was a style attribute in the design file. The app forbids those — see
   the note where this file is written, in the build script. */
body {
  margin: 0;
  padding: 18px;
  background: #fff;
  overflow: hidden;
}
