/* common import css */
@import "../../../common/css/common.css";

.container {
  justify-content: center;
  align-items: center;
}

.title {
  color: #333333;
  font-size: 16px;
}

.title span {
  color: red;
}

#button {
  font-size: 16px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}