.bg-card {
    background-color: #ff993b !important;
    color: black
}

.card-header {
    font-size: 1rem;
}

.card-text {
    font-size: 1.5rem;
}

h1 {
    font-weight: 300;
}

#helper {
    float: left;
    margin-top: 20px;
    color: #46b7d5;
    font-style: italic;
}

output {
    display: block;
    font-size: 3em;
}

#monthlyPayment {
    font-size: 1.5em;
}

#monthlyIncome {
    font-size: 1.5em;
}

#totalPayments {
    font-size: 1.5em;
}