@font-face {
    font-family: Ubuntu-Regular;
    src: url(Ubuntu-Regular.ttf);
}

@font-face {
    font-family: Ubuntu-Light;
    src: url(Ubuntu-Light.ttf);
}

@font-face {
    font-family: DS-DIGI;
    src: url('DS-DIGI.TTF');
}

@keyframes kolory {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
    }
}

@keyframes rotationleft {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-359deg);
    }
}

@keyframes rotationright {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#czas {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    color: green;
    margin-left: 150px;
    padding-top: 22px;
    font-family: DS-DIGI;
}

#ofiara {
    animation: infinite linear;
    cursor: not-allowed;
}

#pralkadiv {
    z-index: 0;
    position: absolute;
}

#ofiaradiv {
    z-index: 1;
    position: relative;
    margin-left: 88px;
    padding-top: 76px;
}

#wolnychomikdiv {
    z-index: 2;
    position: relative;
    visibility: hidden;
}

#programator {
    padding-top: 25px;
}

#warning {
    font-size: 12px;
    font-family: Ubuntu-Light;
}

body {
    background-color: lightseagreen;
    font-family: Ubuntu-Regular;
}

button {
    font-family: Ubuntu-Regular;
    background-color: #5c5cff;
    border-color: black;
    border-style: solid;
}

button:hover {
    background-color: hsla(0, 0%, 83%, 0.692);
    cursor: pointer;
}

button:active {
    background-color: blue;
}

button:disabled {
    background-color: white;
    cursor: default;
}