@import '../../components/index.css';

.app {
  margin: 20rpx;
}

.subhead {
  color: #333;
  font-size: 32rpx;
  border-bottom: 1px solid #ccc;
}

.body-1 {
  font-size: 16rpx;
  color: #666;
  margin: 20rpx 0;
}

.button-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 20rpx;
}
