body{

}

.Fialova{
    color: white;
    background-color: purple;
}

.Modra{
    color: white;
    background-color: rgb(5, 73, 150);
}

.Azurova{
    color: rgb(0, 0, 0);
    background-color: rgb(57, 202, 221);
}

.Zelena{
    color: rgb(0, 0, 0);
    background-color: rgb(30, 172, 30);
}

.Zluta{
    color: rgb(0, 0, 0);
    background-color: rgb(184, 174, 34);
}

.Oranzova{
    color: rgb(0, 0, 0);
    background-color: rgb(184, 115, 24);
}

.Cervena{
    color: rgb(0, 0, 0);
    background-color: rgb(187, 24, 37);
}

.Viniva{
    color: white;
    background-color: rgb(83, 10, 10);
}