#clock-container {

  /* Add any styles for the clock container here */
  white-space: nowrap; 
}



#clock-container.hidden {

  display: none;

}



#clock {







  font-size: 150px;

    font-family: comic sans ms;

  font-weight: bold;

text-align: center;
  width: 50%;



}







