@import'../../../common/css/style.scss';
@import'../../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: center;
}
.courseTimeTxt {
    color: $subTextColor;
    margin-top: 35px;
    margin-bottom: 22px;
}
.qrCodeImg {
    width: 190px;
    height: 190px;
    background-color: white;
}
.train {
    width: 260px;
    height: 86px;
    background-color: $lightButtonBackgroundColor;
    margin-top: 18px;
    font-size: $mainTextFontSize;
}