@import url('https://fonts.cdnfonts.com/css/ubuntu');

html, body {
        height: 100%;
    }
    html, body {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    body {
        display: block;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
    }

    .barcode {
        font-size: 6px;
        font-family:  "3 of 9 barcode";
        text-align: center;

    }

    .barcode-container {
        bottom: 1.5rem;
        left: 0;
        width: 100%;
        align-items: center;
        position: fixed;
        justify-content: flex-end;
        color: dimgray;

    }

    .barcode-container .text {
        text-align: center;
        font-size: 4px;
        margin-bottom: .1rem;
        font-family: 'Ubuntu', sans-serif;

    }
