.metade-imagem {
    max-width: 10%;
    height: auto;
    float: top;
}

.btn-group-xl > .btn, .btn-xl {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 2.25rem;
    --bs-btn-border-radius: 0.5rem;
}

* {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
}

html, body {
    height: 100vh;
    overflow: hidden;
}

.ticket {
    text-align: center;
    align-content: center;
}

.lead-1 {
    font-size: 40px;
}

.lead-2 {
    font-size: 18px;
}

.lead-3 {
    font-size: 16px;
}

.lead-4 {
    font-size: 14px;
}

@page {
    size: 80mm 100mm;
    margin: 2mm;
    width: 80mm;
    height: 100mm;
}

@media print {
    html, body {
        width: 80mm;
        height: 100mm;
    }
}
