﻿.polje {
    fill: none;
    stroke: white;
    stroke-width: 0
}

.bold {
    font-weight: bold;
}

.plava {
    fill: rgb(26,70,128);
}

.bela {
    fill: rgb(255,255,255);
}

.zuta {
    fill: rgb(255,234,0);
}

.f45 {
    font-size: 45px;
}

.f35 {
    font-size: 35px;
}

.crna {
    fill:rgb(0,0,0);
}

text {
    fill: rgb(255,255,255);
}
