body {
    margin: 0;
    font-family: Open Sans;
    background-color: #f6f6f6;
}

#zegar {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

img {
    width: 400px;
    position: absolute;
    z-index: 2;
}

#tarcza {
    z-index: 0;
}

#cyfrowy {
    position: absolute;
    color: white;
    text-align: center;
    margin-top: 250px;
    width: 100%;
    display: flex;
    z-index: 1;
}

#numeryczny {
    padding: 5px 10px;
    background-color: #161616;
    border-radius: 4px;
    width: auto;
    margin: auto;
}

#stopka {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
    color: black;
}