.button {
  width: 750rpx;
  height: 400rpx;
  background-color: #ff333f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
