
.footer {
    background: #333; /* Your footer style */
    color: white;
    text-align: center;
    padding: 10px;
}
.footerPara {
    color: #fff;
    padding-top: 6px;
    font-size: 13px;
    margin-top: 3%;
}
.footer a {
    margin-right: 5px;
    color: #fff;
    font-size: 13px;
}

.navbar {
    margin-bottom: 0;
    background-color: var(--nav);
    border-radius: 0px;
    border-bottom: 1px solid #00000096;
    background-color: #292929;
}
.trusted-form {
    width: 20%;
    margin-top: 1%;
    float: right;
}
.linksdiv {
    padding-top: 6px;
    text-align: center;
    margin-top: 1%;
}