body
{
  background-color: #eaf7bc;
}

div#banner
{
  background-color: #eaf7bc;
}

div#content
{
  background-color: #bfde69;
}

div#games
{
  display: flex;

  justify-content: center;
}

div#games iframe
{
  padding: 10px;
}

div#footer p
{
  background-color: #bfde69;
}

div.content_game_container
{
  position: relative;
}

div.content_game_container img
{
  max-width: 90%;
}

div.content_game_container iframe
{
  position: absolute;
  bottom: 0;
  left: 50%;

  transform: translate(-50%, -10%);

  max-height: 25%;
  max-width: 25%;
}
