body {
  background: #transparent;
  font: 14px/18px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  margin: 10px;
}

#field {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.card {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
}

.card img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 140px;
}

#score, #tries {
  position: absolute;
  left: 600px;
  top: -10px;
  font-size: 100px;
  line-height: 100px;
  color: #8CDA0F;
  width: 100px;
  text-align: right;
}

#tries {
  font-size: 100px;
  top: 505px;
  left: 600px;
}

a {
  color: #8CDA0F;
}

#controls {
  position: absolute;
  top: 200px;
}