.navbar-brand
{
 
    color: green;
    font-weight: bold;
   
}

#brand-title
{
    font-size: 5rem;
    /* font-family: ; */
}
#barnd-desc
{
    font-size: 2rem;
}
.card-footer > a{
    color: #de042e;
    text-decoration: none;
    font-size: large;
    font-weight: bold;
}

#downloads
{
    background-color: #f2f5fc;
}

#offer-title
{
    font-size: 2.5em;
    letter-spacing: 0.25;
    color: #59688c;
    text-decoration: none;
    font-weight: bold;
    
}

#offer-desc
{
    font-size: 25px;
    line-height: 43px;
    letter-spacing: 0.34px;
    color: #8899c0;
    max-width: 80%;
}
.pt-3
{
    cursor: pointer;
}
#button
{
    border: 1px solid white;
    border-radius: 3px;
    color: #dc3545;
    font-weight: bold;
    background-color: white;
}
