.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.v-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
