body {
  background: #202020;
  color: #CCCCCC;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.title {
  text-align: center;
  font-size: 60px;
  color: #cccccc;
  font-family: 'Open Sans Condensed', sans-serif;
}

.description {
  width: 400px;
  text-align: center;
  margin: 10px auto;
  color: #cccccc;
}

.demo {
  height: auto;
  min-width: 280px;
  max-width: 960px;
  background: url(img/absurdidad.png);
  padding: 5px 50px 10px 50px;
  margin: 25px auto;
}

.code {
  margin-top: 360px;
  user-select: initial;
  -moz-user-select: initial;
  -webkit-user-select: initial;
  -ms-user-select: initial;
}

.box {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #ffa000;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.controls {
  position: absolute;
}
.controls > i:hover {
  color: #FFFFFF;
}
.controls > i:active {
  background: #FFFFFF;
  color: #000000;
}
.controls > i {
  padding: 10px;
  background: #000000;
}

.controls > i.disabled {
  opacity: 0.4;
  pointer-events: none;
}

footer {
  text-align: center;
  margin: 50px;
}

footer > a > img {
  width: 200px;
}
