body{ 
  margin: 0;
  font-family: Helvetica;
  font-weight: 100;
}

.container{
  height: 46px;
  background-color: rgb(0, 0, 0); color: rgb(255, 255, 255);
}

.flex-container{
  height: 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem 0 1.5rem;
}

.flex-container-row{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
}

.flex-items:nth-child(1){
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
}

.copies {
  font-size: 11px;
  line-height: 15px;
  /* mobile: font size 8px -> font height 9px */
  color: #ffffff;
  display: flex;
  flex-direction: row;
}

.copies div{
  padding-left: 0.3rem;
}

.flex-items:nth-child(2){
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.timer-text{
  font-size: 11px;
  line-height: 15px;
  /* mobile: font size 8px -> font height 9px */
  color: #ffffff;
}

.clock-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  padding-left: 0.8rem;
}

.clock-number{
  font-size: 17px;
  line-height: 17px;
  text-align: center;
}

.clock-text{
  font-size: 7px;
  line-height: 10px;
  margin: 0;
  text-align: center;
}

.separation-clock {
  padding: 0rem 0.3rem 0 0.3rem;
}