#all {
    font-family: 'poppins';
    padding: 5%;
}

.red {
    color: #C5362B;
    font-weight: 600;
    font-size: 24px;
}

.blue {
    color: #254CAF;
    font-weight: 600;
    font-size: 24px;
}

.yellow {
    color: #F4CC36;
    font-weight: 600;
    font-size: 24px;
}

.green {
    color: #25C331;
    font-weight: 600;
    font-size: 24px;
}

.purple {
    color: #A036F4;
    font-weight: 600;
    font-size: 24px;
}

.orange {
    color: #FF830E;
    font-weight: 600;
    font-size: 24px;
}


