#seconds_clock{
  position:fixed;
  left:0px;
  bottom:30px;
  width:100%;
  height:30px;
  padding-right:2vw;
  background-color:silver;
  border:1px solid black;
}

#seconds_bar{
  height:2px;
  width:100%;
}

#progress_bar{
  height:2px;
  width:0%;
}