.container{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.container a{
  margin: 10px;
  padding: 15px;
}

.container img{
  width: 236px;
  height: 187px;
  border: 4px solid black;
}
.gameThumbnail {
  width:236px;
  text-decoration: none;
}
.gameThumbnail p{
  margin:0;
  font-size:22px; 
  color:black;
  font-family: pixelBold;
  line-height: 1;
}
.gameThumbnail:hover p{
  color: black;
  text-shadow:
    -2.5px 0 0 #ffffff,
    0 -2.5px 0 #ffffff,
    2.5px 0 0 #ffffff,
    0 2.5px 0 #ffffff;
}

.gameThumbnail:hover img{
    border: 4px solid white;
}

.centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}