.hat{
  height:10px;
  background:#353535;
}
.face{
  text-align:center;
}
.big-logo{
  margin:80px;
}
.review{
  color:white;
  background:#2BA6CB;
  padding:10px;
  border:0 solid #007095;
}
.review-author{
  color:white;
}
.big-number{ 
  background: none repeat scroll 0 0 #9F9F9F;
  border-radius: 90px;
  color: #FFFFFF;
  font-size: 40px;
  height: 90px;
  padding: 25px;
  width: 90px;
  margin:auto;
}
.sellers:hover .big-number{
  background: none repeat scroll 0 0 #353535;
}
.face-key-point{
  text-align:left;
}
.face-key-point,
.big-number{
  margin-top:20px;
}
.main-btn-container{
  margin-top:30px
}
.footer{
  height:10px;
  background:#333333;
  margin-top:20px;
}