h1, h2 {
    text-align: center;
}

    h2 a {
        color: #0184e3;
        text-decoration: none;
    }

.mainDiv {
    font-family: Verdana;
    font-size: 14px;
    padding-right: 5px;
    background: #FFF;
    padding: 20px;
}

.expandableCollapsibleDiv img {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 10px;
    float: left;
}

.expandableCollapsibleDiv ul {
    border-bottom: 1px solid #000;
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    display: none;
}

.vcolr{

    place-items: center;
    place-content:center;
    background: linear-gradient(135deg, rgba(0,131,250,0.65) 0%, rgba(116,174,247,0.65) 33%, rgba(229,0,249,0.65) 100%) , 
                url('../img/vbg1.jpg') no-repeat center center/cover;
}

/* .vcolr{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(127,129,127,1) 21%, rgba(247,173,107,1) 55%, rgba(240,203,148,1) 100%);

} */

img{
    background-size:cover ;
}
.vtopimg{
    background-image: url(../img/colours-advisable-as-per-vaastu.jpg);
}

.bwhite{
    background: white;
}
.bpink{
    background: pink;
}
.bblue{
    background:#0184e3;
}
.bgreen{
    background: green;
    color: white;
}
.byellow{
background: yellow;
}
.borange{
background: rgb(255, 145, 0);
color: white;
}
.bred{
background:red;
color: white;
}
.bpurple{
background: purple;
color: white;
}
.bgrey{
    background: grey;
    color: white;
}
.bblack{
background: black;
color: white;
}

.topcontent{
    width: 80%;
    padding-top: 30px;
    margin: auto;    
    color: rgb(0, 3, 151);
    font-size: 19px;
    font-weight: 400px !important;
}
.parent{
    display: flex;
    align-items: center;
   justify-content: center;
    width: 100%;
    height: auto;
}