body{
    background-color: rgb(223, 215, 215);
}

.bg-elainvest-green{
    background-color: #669780;
    color: white;
}

.bg-elainvest-pink{
    background-color: #BE6C85;
    color: white;

}

.bg-elainvest-gray{
    background-color: #7b7b7b;
    color: white;

}

.bg-home{
    background-image: url(../img/wallpaper.jpeg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    height: 500px;
    background-size: cover; /* Resize the background image to cover the entire container */
}