/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/* #clockdiv h1{
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
} */
#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 42px;
}

#clockdiv > div {
  /* padding: 20px; */
  /* border-radius: 3px;
  background: #85a81a; */
  display: inline-block;
}

.num {
  /* border-radius: 50%; */
  padding: 30px 42px;
  border: 1px solid white;
}

#clockdiv div > span {
  border-radius: 3px;
  background: #0b0f19;
  display: inline-block;
}

#clockdiv .smalltext {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
}

/*# sourceMappingURL=style-index.css.map*/