@import'../../../common/css/style.scss';
@import'../../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: center;
}
.countdown {
   font-size: 80px;
}
.imageBox {
  @include screenWidthAndHeight;
  border-radius: 232px;
  justify-content: center;
  align-items: center;
}
.countdownTxt {
    font-size: $mainTextFontSize;
    height: 44px;
}
.endCountdown {
    width: $screenWidth;
    height: 150px;
    font-size: 120px;
    color: $subTextColor;
    text-align: center;
}