.container{
	width: 60vh;
  height: 70vh;
  display:grid;
  align-items:center;
  margin: auto;
  margin-top: 100px;
  grid-template-rows: 1fr 1fr 1fr;
  flex-direction:column;
  grid-gap: 7.5% 0%;
 
}

.box{
  border-radius: 106px;
  display:flex;
  height: 100%;
  flex-direction: space-between;
	align-items:center;
  background: #C4C4C4;
	box-shadow: 0px 4px 10px;
}
.eclipse{
  margin-left:17px;
  height:90px;
  width:90px;
  border-radius: 106px;
  display:flex;
  flex-direction: space-between;
	align-items:center;
  background: #FFBFBF;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#box3 .eclipse{
  background: #BFD9FF;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box .eclipse img{
  margin : auto;
}

.bigText{
  font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 84px;
	text-align: center;
	margin: 0px;
	color: #000000;
}

.smallText{
  font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 19px;
	margin: 0px;
	color: #000000;
}
.innerText{
  display:grid;
  text-align:right;
  grid-template-rows: 60% 40%;
  grid-gap: 0% 0%;
  margin-left: 9%; 
}

#box1 .innerText{
  margin:auto;
}


