body {
    margin: 0;
}

main {
    pointer-events: none;
    width: 512px;
    display: block;
    margin: auto;
}

img {
    position: absolute;
    image-rendering: pixelated;
    width: 512px;
}

#torch {
    padding-left: 10%;
    bottom: 0px;
}