body {
  background: transparent url('./img/background.gif') no-repeat center center / cover;
  zoom: 2;
  max-width: 100%;
  width: 100vh;
  overflow-x: hidden;
}

h2 {
  color: #00a508;
  font-family: monospace;
  text-align: center;
}

.background {
  table-layout: fixed;
  border-spacing: 0;
}

.background td {
  padding: 0;
}

.lava, .actor {
  background: rgb(187, 0, 31) url('./img/lava.gif') no-repeat center center / cover;
}

.wall {
  background: #444 url('./img/Gilded_Blackstone_29_JE2.webp') repeat center center / cover;
  /* border: solid 3px #333; */
  box-sizing: content-box;
}

.actor {
  position: absolute;
}

.coin {
  background: transparent url('./img/penis.png') no-repeat center center / cover;
  /* border-radius: 50%; */
}

.player {
  box-shadow: none;
  background: url('./img/panda.png') no-repeat center center / cover;
}

.lost .player {
  background: #a04040;
}

.won .player {
  background: green;
}

.game {
  position: relative;
  overflow: hidden;
}