@import "global.css";

h3{
  text-align: center;
}

img{
	border: 1px solid black;
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}

table.pictures{
	background-color: transparent;
}

td.pictures, tr.pictures{
  text-align: center;
  background-color: transparent;
  width: 50%;
  border: 0px;
}

