
#merged-image {
    width: 500px;
    height: 500px;
    border: 1px solid black;
    image-rendering: pixelated;
    position: relative;
}
.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    