.matchgame img {
  border: 1px solid black;
  background: rgba(255,255,255,0.4);
}
@media print {
  .matchgame img {
    page-break-inside: avoid;
    background: white;
  }
}


