@media print {
    div{page-break-inside: avoid;} 
}

body{
    background-image: url("https://bgfons.com/upload/small/oranges_PNG5314.png");
}
.back{
    background-color: rgba(255, 255, 255, 0.85);
}
.content{
    max-width: fit-content;
    min-width: 540px;
}

.print_head{
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: .5rem;
    padding: 0 30px;
    font-size: 2.5em;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-weight: 300;
    color: #171818;
    background: #fff;
    border-radius: .2rem;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 50px;
}

.print_card{
    border-radius: .2rem;
    border-style: solid;
    border-width: 1px; 
    margin-bottom: 10px; 
}

.print_title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-bottom: .5rem;
    padding: 0 30px;
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 800;
    color: #2e3031;
    background: #fff;
    border-radius: .2rem;
    border-style: solid;
    border-width: 1px;
}

.print_product{
    display: inline-block;
    width: 98%;
    font-size:1.25em;
    font-weight: 500;
    padding: .2rem .4rem;
    color: #000;
    border-radius: .2rem;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

