.bg-gradient {
    background: rgba(255, 255, 255, 0.2); /* Use rgba instead of opacity */
}
body {
    background: url("./bg.jpg") no-repeat center center fixed;
    background-size: cover;
}
.heading-color{
    color: #2a1671;
}

.button-bg{
    background-color: #2a1671;
}


.certificate-bg {
    background: url(./body-back-punjab.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 0;
}

