@import '../style/var.less';

.container {
  width: 100%;
  height: 100px;
  background-color: rgb(63, 187, 158);
  display: flex;
  justify-content: center;
  alignitems: center;
}

.red {
  color: rgb(125, 31, 183);
  text-align: center;
  display: inline-block;
}
