.navbar-brand {
    font-size: 20px;
    font-weight: 900;
}

.hero-section h1 {
    line-height: 1.2;
}

.card img {
    border-radius: 10px;
}

footer a:hover {
    text-decoration: underline;
}

.hero-section {
    width: 90%;
    margin: auto;
    border-radius: 40px;
    background-image: url(images/Group\ 69\ \(1\).png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.payday-sec {
    background-image: url(images/Banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color:rgba(255, 222, 74, 0.973);
}
.app-img{
    background-image: url(images/Vouchers.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}