body {
    padding: 20px;
}
.container {
    max-width: 600px;
    margin: 0 auto;
}
/* Gutscheinwert-Feld nur 4 Zeichen breit */
#value {
    width: 4ch;
}
/* Gesamtpreis komplett groß und fett */
#total {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
#modelImage img {
    max-width: 200px;
    margin-top: 10px;
}
/* Überschrift Rechnungsadresse kleiner */
.form-section-title {
    font-size: 1rem;
    color: #555;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
}