/* pages/overview/overview.wxss */

page {
  background-color: #F7F7FA;
}

.menu-box {
  display: flex;
  justify-content: space-around;
}

.box {
  height: 97px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 57px;
  height: 57px;
}

.txt {
  margin-top: 16px;
  font-size: 17px;
}