@import url("https://fonts.googleapis.com/css2?family=Aclonica&display=swap");
/* fonts by Google fonts https://fonts.google.com/ */
:root {
  --color-main: #2ecc71;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: transparent;
}

#clock-wrap {
  display: inline-block;
  color: var(--color-main);
  font-family: 'Aclonica', sans-serif;
  font-weight: bold;
}

.date_sep--yyyy, .date_sep--mm {
  font-size: 1.5em;
}

.yyyy,
.mm,
.dd {
  font-size: 1.5em;
}

.time_sep--hh, .time_sep--mi {
  font-size: 2em;
}
.yyyymmdd {
  display: none;
}

.hh,
.mi,
.ss {
  font-size: 2em;
}
/*# sourceMappingURL=style.css.map */
