body {
  margin: 0px;
}

#render-canvas {
  width: 100%;
  height: 100%;
}

#texture-left {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  top: 95px;
  right: 253px;
}

#texture-right {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  top: 95px;
  right: 95px;
}

#texture-top {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  top: 16px;
  right: 174px;
}

#texture-bottom {
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  top: 174px;
  right: 174px;
}

#texture-front {
  top: 95px;
  right: 174px;
}

#texture-back {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  top: 95px;
  right: 16px;
}

.texture {
  position: fixed;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}

#credits {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  text-align: right;
  font-family: serif;
  font-size: 16px;
  color: #ddd;
}