div.output{
    overflow: auto;
    white-space: nowrap;
    padding: 1%;
    height: 40%;
    background-color: grey;
    margin:auto;
}
div.output img{
    padding: 1%;
    height: 85%;
    width: auto;
}