#earth{
  border-radius:25px;
  width:30px;
  height:30px;
}
/*For the sections that encourage users to buy the products on the home page*/
.descriptionSection{
  background-color:gray;
  color:white;
  font-size:20px;
  text-align:center;
  width:50%;
  position:relative;
  right:-400px;
}
/*For the items that are displayed that the user should buy*/
.item{
  background-color:white;
  font-size:25px;
  text-align:center;
}