.zegar-fixed-left {
    position     : fixed;
    top          : 10px;
    left         : 10px;
    width        : 100px;
    padding      : 10px 20px;
    background   : linear-gradient(to bottom, #000022, #000011);
    color        : #3abebe;
    z-index      : 10000;
    text-align   : center;
    font-weight  : bold;
    font-size    : 18px;
    border-radius: 15px 15px 15px 15px;
    border       : 1px solid #ffa51a;
    box-shadow   : #ff7300 0px 0px 10px 2px;
}

.zegar-fixed-right {
    position     : fixed;
    top          : 10px;
    right        : 10px;
    width        : 100px;
    padding      : 10px 20px;
    background   : linear-gradient(to bottom, #000022, #000011);
    color        : #3abebe;
    z-index      : 10000;
    text-align   : center;
    font-weight  : bold;
    font-size    : 18px;
    border-radius: 15px 15px 15px 15px;
    border       : 1px solid #f1b760;
    box-shadow   : #ff7300 0px 0px 10px 2px;
}