
.GG{
    color: white;
    background-color: blueviolet;
}
.modra {
    color: white;
    background-color: blue;
}
.azurova{
    color: white;
    background-color: aqua;
}
.zelena{
    color: white;
    background-color: greenyellow
}
.zluta{
    color: white;
    background-color: yellow;
}
.oranzova{
    color: white;
    background-color: orange;
}
.cervena{
    background-color: red;
    color: white;

}
.vinova{
    color: white;
    background-color: brown;
}
h1{
    text-align: center;
    color: white;
    text-shadow: 5px 5px 5px aqua;
    
}