.white {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.grey {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
}
