html {
  font-size: 1.1em;
}
a {
  margin-right: 10px;
  margin-left: 10px;
}
img {
  margin-bottom: 10px;
}
.whiteimg {
  border-width: 1px;
  border-style: outset;
  border-color: gray;
}
.absolutecentercontent .Absolute-Center.is-Variable {
  display: table;
  height: auto;
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 416px; height: 317px;
}
#Arduboy {
  position: relative;
  float: left;
  width: 196px; height: 317px;
  margin-right: 10px;
}
#description {
  float: left;
  width: 200px;
  margin-left: 10px;
  margin-top: -30px;
}
#game {
  position: absolute;
  left: 34px; top: 29px;
  width: 128px; height: 64px;
  font-size: 0.8em;
  color: white;
  overflow: hidden;
}

@media screen and (max-width: 416px) {
  .Absolute-Center {
    width: 196px; height: auto;
  }
  #Arduboy {
    position: relative;
    float: none;
    width: 196px; height: 317px;
    margin-right: 0;
    margin-top: 20px;
  }
  #description {
	margin-top: 0;
  }
}
