#output{
    width: 100%;
    height: 100%;
    min-height: 10rem;
    padding: 0.75rem;
    text-align: center;
}
#output img{
    max-width: 21.5rem;
    width: 100%;
    height: auto;
}
.output_dowimg{
    margin-bottom: 0.5rem;
}
.output_dowimg span{
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #a0e5c6;
    display: inline-block;
    padding: 0 1.5rem;
    border-radius: 3px;
    color: #097b4e;
    cursor: pointer;
}