﻿* > .blue {
    background-color: rgba(0, 162, 255, 1);
}

* > .red {
    background-color: rgb(255 104 104);
}

* > .orange {
    background-color: var(--logo-accent-color);
}

* > .turquoise {
    background-color: #31b0bf;
}


* > .green {
    background-color: #009f24;
}

* > .gray {
    background-color: rgb(145 145 145);
}

* > .grayFont {
    color: rgb(145 145 145);
}


* > .blueFont {
    color: rgba(0, 162, 255, 1);
}

* > .redFont {
    color: rgb(255 104 104);
}

* > .orangeFont {
    color: var(--logo-accent-color);
}

* > .turquoiseFont {
   color: #31b0bf;
}


* > .greenFont {
    color: #009f24;
}


* > .grayFont {
    color: rgb(145 145 145);
}
