body {
  touch-action: manipulation;
  background-color: rgb(10, 10, 10);
}

#prayut {
  max-width: 1000px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: url(/img/1.png) center no-repeat;
  background-size: 110%;
}

#prayut.smag {
  background: url(/img/2.png) center no-repeat;
  background-size: 110%;
}