/* CSS declarations go here */

#clock {
  user-select: none;
  -webkit-user-select: none;
}

.center {
  position: absolute;
  top:0;
  width:500px;
  height:500px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

