body {
    background-color: #f8f9fa;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
    color: #fff;
}

.hero-text {
    font-size: 1.5rem;
    color: #fff;
}
