* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    min-height: 100%;
    background: #fafbfd;
}
.header-content {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 150px;
    background: linear-gradient(to right, #18357b, #2e98f3);
    width: 100%;
    padding-bottom: 20px;
}
.bg-cashcalculator {
    background: linear-gradient(to right, #18357b, #2e98f3);
}
.header-content h1 {
    color: white;
    text-align: center;
}

.bg-white {
    background-color: white;
    box-shadow: 1px 1px 2px rgb(64, 64, 64);
    padding: 15px 0px 35px 0px;
    margin-top: -20px;
    border-radius: 5px;
}

.navbar-cashcalculator {
    background: #18357b;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.text-white {
    color: white !important;
}
