#scratch-container {
    position: relative;
    margin: 0 auto;
    z-index: 99999;
    height: 82vh;
}

#scratch-canvas {
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#scratch-result {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

#scratch-result > div {
    padding: 2vh 2vh 20vh 2vh;
}