/* Add here all your CSS customizations */

/*  staff strength and colleges  */
.colours {
    min-height: 233px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 200;
    color: rgba(255,255,255,1.00);
    text-shadow: 1px 1px 2px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titles {
    font-weight: 600;
    font-size: 36px;
    text-shadow: 1px 1px 3px #000000;
}

.orange {
    background: #ed5a24;
}

.green {
    background: #009432;
}

.blue {
    background: #0652dc;
}

.purple {
    background: #997FFA;
}

.violet {
    background: #843471;
}
