body {
    background-color: #f3f4f6;
    font-family: "Montserrat", sans-serif;

}

.con1 {
    max-width: 640px;
}
.img1 {
    border-radius: 17px 17px 70px 70px;
    width: 100%;

}
.fz-18 {
    font-size: 18px;
}
.btn1 {
    min-height: 48px;
    width: 100%;
    background: radial-gradient(circle at center,rgba(0,114,255,1) 0%,rgba(0,198,255,1) 100%);
    border: 1px solid #03b123;
    border-radius: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;

}
a {
    text-decoration: none;
}
.bg-yellow {
    background-color: #ffd700;
    width: fit-content;
}
.bg-grey {
    background-color: rgb(208, 208, 208);
    width: fit-content;
}
.txt1 {
    font-weight: bold;
    text-decoration: underline;
}
.txt2 {
    color: rgb(245, 158, 11);
    font-weight: bold;
}
