/* @import url("https://fonts.googleapis.com/css2?family=Lato&display=swap"); */

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.display-date {
  /* text-align: center; */
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 100;
}

.display-time {
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  padding: 0px 20px;
  border-radius: 5px;
  /* transition-property: background, box-shadow, color;
  -webkit-box-reflect: below 2px
    linear-gradient(transparent, rgba(255, 255, 255, 0.05)); */
}

