﻿
.center-icon {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    text-align: center; 
}

.center-content {
    text-align: center;
}
.green-icon {
    color: green;
}

.red-icon {
    color: red;
}

.blue-icon {
    color: blue;
}
