body
{
  background-color: #99FFFF;
}
#gameimage
{
  width:400px;
  height:400px;
}
.opencaptionimage
{
  width:400px;
  height:400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:black solid 5px;
  padding-bottom: 0px;
}
.opencaption
{
  width: 800px;
  margin: auto;
  border: black solid 2px;
  display:block;
}
.opencaptionarea
{
  background-color: lightgreen;
  padding-bottom: 5px;
  padding-top: 25px;
}
#holdimages
{
  width:500px;
}
div
{
  background-color: lightblue;
}
.answer2
{
  font-family: impact;
  color: white;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow:2px 2px 0 #000,
  -2px -2px 0 #000,
  2px -2px 0 #000,
  -2px 2px 0 #000,
  0px 2px 0 #000,
  2px 0px 0 #000,
  0px -2px 0 #000,
  -2px 0px 0 #000,
  2px 2px 5px #000;

  padding-top: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: lightgreen;
  /*
  Meme Font from https://codepen.io/MetalEscape/pen/WrYxVM
  */
}
table,td
{
  border: black solid 1px;
  background-color:lightblue;
}
.screenshot
{
  width:500px;
  height:auto;
}
