:root {
  --rounded: 15px;
  --Tcolor: #E20074;
}
#nav, .spis{
background-color:#E20074;
}

.notepadText {
    border: none;
    resize: none;
}

.popup{
background-color:#E20074;
}

.notatnikPopup{
background-color:white;
padding: 10px;
}

#nav{
opacity:0;
   border-radius: 15px;
}

.listMainPage {
    list-style: none;
    color: white;
    margin-left: -20px;
    margin-top: 0px;
    font-size: 16;
    font-family: "Calibri";
    font-weight: bolder;
    cursor:pointer;
}

.listMainPage li{
    margin-top: 5px;
}
.listMainPage li:hover{
    color: black;
}


.pointer{
cursor:pointer;
}
.ov{
overflow: hidden;
}

.globalTRradius{
    border-top-right-radius: var(--rounded);
}
.globalTLradius{
    border-top-left-radius: var(--rounded);
}

.globalBLradius{
    border-bottom-left-radius: var(--rounded);
}
.globalBRradius{
    border-bottom-right-radius: var(--rounded);
}
.tmobileBgColor{
background-color:var(--Tcolor)
}
.counter {
    font: 30px Calibri;
    color: #fff;
    text-align: center;
}
.Poz{
background-color:#92D050;
}

.Neg{
background-color:#C00000;
}