.welcome-green-card {
    background: rgb(220, 255, 229);
    height: 25rem;
}

.welcome-yellow-card {
    background: rgb(255, 239, 204);
    height: 25rem;
}

.welcome-blue-card {
    background: rgb(204, 227, 255);
    height: 25rem;
}

.welcome-purple-card {
    background: rgb(220, 213, 237);
    height: 25rem;
}

.welcome-red-card {
    background: rgb(255, 204, 204);
    height: 25rem;
}

.welcome-footer-color {
    color : #9e9e9e!important;
    font-size: 12px;
}
