[data-phase="1"],
[data-phase="1.0"],
[data-phase="1.2"],
[data-phase="1.3"] {
    color: #111;
    background: #fec600;
}

[data-phase="2"],
[data-phase="2.0"],
[data-phase="2.2"],
[data-phase="2.3"] {
    color: #111;
    background: #ff8c00;
}

[data-phase="3"],
[data-phase="3.0"],
[data-phase="3.2"],
[data-phase="3.3"] {
    color: #f2efef;
    background: #de0000;
}

[data-phase="4"],
[data-phase="4.0"] {
    color: #f1f3f3;
    background: #674ba9;
}

[data-phase="5"],
[data-phase="5.0"] {
    color: #f3f3f3;
    background: #00ad40;
}