body        {
            background-color: whitesmoke;
            text-align: center;
}

h1          {
            margin: 0;
            font-family: "monospace";
            font-size: 20px;
}

#barcode    {
            margin-top: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            border: 1px dotted grey;
            background-color: white;
            letter-spacing: 1px;
}

button      {
            display: inline;
            margin-top: 10px;
}