#title {
    text-align: left;
    text-decoration: underline;
}

input[type=number] {
    width: 64px;
}
#container {
    position: relative;
    background-color: #111;
    
    padding: 24px 24px;
    height: 784px;

    border-radius: 24px;

}
#canvas {
    float: left;
    margin: 24px 24px;
    border: 16px solid #1b1b1b;
    border-radius: 24px;
}
#source-descr {
    position: absolute;
    bottom: 24px;
    right: 24px;

    color: #666;
}
#ret {
    position: absolute;
    bottom: 24px;
    font-size: 48px;
    color: #fff;

    text-decoration: none;
}

#focus {
    background-color: #4a6;
    left: 619px;
    top: 219px;
    z-index: 63;
}
input {
    position: absolute;
    right: 24px;
}
