
main{
    display: flex;
    column-gap: 20px;
}

#croppable{
    max-width: 900px;
    max-height: 600px;
}

#btns{
    display: flex;
    flex-direction: column;
    width: 200px;
}

#btns button{
    margin-bottom: 5px;
}

#startinit{
    margin-bottom: 50px !important;
}

#results{
    display: flex;
    flex-direction: column;
}

.cropped{
    width: 450px;
}

.cropped canvas, img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
