.container {
    position: relative;
}

.camera {
    position: absolute;
    z-index: -2;
}

.output {
    float: right;
}

.char {
    color: #00BFFF;
    font-size: 60px;
    margin-right: 100px;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 20px;
  text-align: center;
}

#pred-region {
    display: none;
    height: 224px;
    width: 224px;
    border: solid;
    border-color: #00BFFF;
}

#xSlider .slider-selection {
	background: #ADD8E6;
}

#ySlider .slider-selection {
	background: #ADD8E6;
}

#char-final {
    color: red;
    font-weight: bold;
    font-size: 200px;
}
