* {
  margin: 0;
  padding: 0;
  color: #FFF;
  text-decoration: none;
}

body {
  position: relative;
  background: #000;
}

canvas#canvas {
  display: block;
}

div#controller {
  font-size: 16px;
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F00583;
  opacity: 0.9;
  overflow-y: scroll;
  z-index: 3;
}

div#controller > dl {
  padding: 0 1.6rem 1.6rem;
}

input {
  color: #000;
}

select {
  color: #000;
  font-size: 16px;
}

input#text {
  width: 100%;
  height: 30px;
  font-size: 16px;
}

input#fontColor {
  width: 100%;
  height: 30px;
}

input#backgroundColor {
  width: 100%;
  height: 30px;
}

input#inputFlexibility {
  width: 100%;
  height: 30px;
}

input[type='range'] {
  width: 100%;
}

select#composition {
  width: 100%;
  height: 30px;
}

p {
  padding: 1.6rem 0;
}

p#closeController {
  padding: 1.6rem;
}

p#openController {
  background: #F00583;
  position: fixed;
  padding: 0.8rem;
  right: 0;
  left: 0;
  bottom: 1.6rem;
  margin: auto;
  width: 200px;
  text-align: center;
  z-index: 2;
}