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

#stepContainer {
	display: flex;
	align-items: center;
}

#circle {
	width: 174px;
  height: 174px;
  border-radius: 87px;
  margin-left: 16px;
  background-color: #FFBFBF;
  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 {
	font-size: 60px;
}

h1, p {
	margin: 0;
}

#day {
	float: right;
  
}
#shoe
{
  
  
  width:100%;
  height: 100%;
  
}
