﻿body {
}
.feature-card {
    border: 4px solid #7901B4;
}
    .feature-card > .card-body {
        color: #707070;
        font-size: 1.1rem;
    }
    
    .feature-card > .card-footer {
        background-color: #7901B4;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #7901B4;
        color: white;
        font-weight: bold;
        font-size: 2rem;
        font-family: Ubuntu;
        text-align: center;
        align-items: center;
        padding: 10px;
    }


    .feature-card > .feature-icon {
        color: #7901B4;
        text-align: center;
    }


