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

#test
{
  display: grid;
  align-items: center;
  text-align: center;
}

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

#stepcount
{
	font-size: 50px;
  margin: 0;
  margin-left: 60px;
}

#steps
{
  margin: 0;
  margin-left: auto;
}

#gallons
{
  font-size: 50px;
  margin: 0;
  margin-left: 60px;
}

#cups
{
  margin: 0;
  margin-left: auto;
}

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

#clock
{
  font-size: 50px;
}

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

#clockContainer p
{
  margin: 0;
}

#circle img
{
  margin: auto;
  width: 60%;
  height: 60%;
}

#circle2 img
{
  margin: auto;
  width: 60%;
  height: 60%;
}

#time
{
  font-size: 50px;
}

#day
{
  float: right;
}

#thirdContainer
{
  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 grey inset;
  display: flex;
}

#circle2
{
 width: 174px;
  height: 174px;
  border-radius: 87px;
  margin-left: 16px;
  background-color: #BFD9FF;
  box-shadow: 4px -1px 4px grey inset;
  display: flex;
}

