﻿.blue {
    background-color: #00b6ff;
    color: white;
    font-weight: 500;
}

.lightBlue {
    background-color: #00c7e2;
    color: white;
    font-weight: 500;
}

.red {
    background-color: #ca0000;
    color: white;
    font-weight: 500;
}

.green {
    background-color: #00b91a;
    color: white;
    font-weight: 500;
}

.yellow {
    background-color: #ffe88e;
    color: black;
    font-weight: 500;
}

.gold {
    background-color: #ffc300;
    color: white;
    font-weight: 800;
}

.silver {
    background-color: #b2b2b2;
    color: black;
    font-weight: 500;
}

.black {
    background-color: #000;
    color: white;
    font-weight: 500;
}
