body {
    background: #f8f9fa;
}
.card {
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.branding-header {
    background: #343a40;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
.branding-header h2, .branding-header h4 {
    margin: 0;
    padding: 0;
}