#countdown {
  text-align: center;
}

#timer {
  display: flex;
  justify-content: center;
}

#timer div {
  margin: 0 10px;
}

#timer span {
  display: block;
  font-size: 10px;
}

#myElement {
        background-color: #00FF00;
        color: green;
    }