.pambungkus-jam {
  display: flex;
  justify-content: center;
  margin-right: 90px;
}

.clock {
  font-size: 2em;
}
@media screen and (min-width: 600px) {
  .clock {
    font-size: 1em;
  }
}
.number-style {
  background-color: #088161;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 0.2em 0;
  padding: 0.5em;
}