body {
  background: url('../images/page-bg.png');
  background-repeat: repeat-x;

  font-family: Arial, Helvetica, sans-serif;
  /* background-attachment: fixed; */

  /* background-position-y: bottom; */
}

.main-wrapper {
  text-align: center;
}

.title {
  width: 100px;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

.game {
  display: inline-block;
  width: 900;
  height: 506;
  padding: 20px;
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 20px;
}
