#main_container {margin-top: 3rem;}

.guess_button {width:100%;}

#face_canvas_container
{
    min-width:450px;
    width:450px;
    position:relative;
}
#similar_images
{
    display:none;
}
#canvas
{
    /* position:absolute; */
    /* top:0; */
    /* right:0; */
    /* left:0; */
    /* bottom:0; */
    
}
#guess_buttons_overlay
{
    position:absolute;
    top:auto;
    right:0;
    left:2;
    bottom:0;
}


