BODY     {background:white;font-size:50px;font-family:'Advent Pro';}
TD       {font-size:30px;font-family:'Advent Pro';}

.loader  {position:fixed;display:block;z-index:5;left:50%;margin-left:-250px;margin-top:-250px;top:50%;}
.bialo   {position:absolute;left:0px;top:0px;z-index:4;width:100%;height:100%;background:white;}

.kafelek1       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(255,192,203,0.5);}
.kafelek1:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(255,192,203,1);}
.kafelek2       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(255,215,0,0.5);}
.kafelek2:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(255,215,0,1);}
.kafelek3       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(238,130,238,0.5);}
.kafelek3:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(238,130,238,1);}
.kafelek4       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(173,255,47,0.5);}
.kafelek4:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(173,255,47,1);}
.kafelek5       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(0,255,255,0.5);}
.kafelek5:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(0,255,255,1);}
.kafelek6       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(210,105,30,0.5);}
.kafelek6:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(210,105,30,1);}
.kafelek7       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(192,192,192,0.5);}
.kafelek7:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(192,192,192,1);}
.kafelek8       {transition:1s;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(30,144,255,0.5);}
.kafelek8:hover {transition:1s;border-radius:20px;cursor:pointer;border:1px dotted gray;text-align:center;background:rgba(30,144,255,1);}

.menu           {transition:0.5s;cursor:pointer;color:black;}
.menu:hover     {transition:0.5s;cursor:pointer;color:rgba(0,255,255,1);}

.kafelek-pusty {border:none;text-align:center;}
