/* main */
.zegar {
  width:100%;
  text-align: center;
  padding: 50px;
  }

.zegarDisplay {
  width: 230px;
  height: 45px;
  margin: 0 auto 0 auto;
  padding-left:5px;
  }

#H, #M, #S {
  position: relative;
  float: left;
  height: 45px;
  margin-left: 10px;
  display: inline;
  vertical-align: bottom;
  }

#stat {
  width:100%;
  text-align: center;
  }

/* kolor */

.zegar{
  }

.zegarDisplay {
/*  background-color: #335588; */
/*  background-color: #CFB9B5; */
  background-color: #000000;
  }

#H, #M, #S {
  color: #ff0000;
  }

#stat {
  }

/* font */
.zegar{
  }

.zegarDisplay {
  }

#H, #M, #S {
  font-size: 36px;
  font-weight: bold;
/*  font-family: Garamond; */
  font-family: Garamond, hevletica, times;
  letter-spacing: 8px;
  line-height: 45px;
  }

#stat {
  font-family: Tahoma;
  font-size: 10px;
  color: #808080;
  }
