.backboard {
  width: 530px;
  height: 212px;
    background-color: #E8E8E8;
  border-radius: 106px;
  box-shadow: 4px 1px 5px gray;
  margin: 20px auto;
}


#stepContainer, #sipContainer {
  display: flex;
  align-items: center;
  font-family: arial;
}

#circle {
  width: 174px;
  height: 174px;
  border-radius: 87px;
  margin-left: 16px;
  background-color: #FFBFBF;
  box-shadow: 4px -1px 4px gray inset;
}

#circle-2 {
  width: 174px;
  height: 174px;
  border-radius: 87px;
  margin-left: 16px;
  background-color: #BFD9FF;
  box-shadow: 4px -1px 4px gray inset;
}

#clockFace {
  font-family: arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

ul {
  list-style: none;
  padding: 0;
}

#time, #steps {
  font-size: 60px;
}

h1 {
font-size: 60px;
}


h1, p {
  margin: 0;
}

#day, .label{
  float: right;
}

#shoe
{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;
}

.counter {
  margin-left: 30px;
}


