@import "page.css";

:root {  
  --title: rgb(84, 179, 223);
  --middle: rgb(248, 184, 123);

  --codeBorder: #dadcdb;   
}

.main .titleBlock.spaces {
  background-image: url("/images/background/RedWing.narrow.jpeg");
}

img.jackmanMunzFamily {
  content: url("/images/misc/IMG_9685-ANIMATION.gif");
}

img.lilyMunz {
  content: url("/images/misc/Lily.IMG_9470.jpg");
  padding: 0em;
  max-width: 50em;
}

img.mattMunz {
  content: url("/images/misc/Matt.IMG_5909.jpeg");  
  padding: 0em;
  max-width: 50em;
}

pre.stanza {
  /* background-color: orange;*/
  margin-top: 1em;
  margin-bottom: 1.25em;
}

div.photoGrid {
  display: grid;
}

img.gridImage {
  width: 20em;
  padding: 0px;
}
