/* Custom Styles */
.main-section{
     width: 100%;
     height: 100vh; 
     background-image: url(./lgsimg/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-card{
    display: flex;
    justify-content: center;
}
.card1 {
border: none;
border-radius: 25px;
border: 1px solid gainsboro;

}
.card-body{
    text-align: center;
    background-color: #181819;
    border-radius: 25px;

}

.card-title {
    color:#ED2F2D;
    font-weight: bold;
}

.card-text {
    font-size: 14px;
    color: white;}
    .card-text2 {
        font-size: 14px;
        color: white;}
        .main-card{
            display: flex;
        }

#cardButton{
    background-color:#ED2F2D;
    border: none;
    color: white;
    border-radius: 25px;
}
.card-text3{
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;

}