/* MAIN PAGE */
html,
body,
.wrap,
.sub_wrap {
    background-color: rgb(242 253 255);
    height: 100%;
}

.hidden {
    text-indent: -9999px;
}

.wrap,
.sub_wrap {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.wrap .logo {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wrap .logo h1 {
    visibility: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

.wrap .logo img {
    width: 60%;
}

.wrap .title img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.wrap .btn {
    margin: 0 auto;
    text-align: center;
}

.wrap .btn .now_count {
    font-size: 14px;
}

.wrap button {
    background-color: rgb(212 240 245);
    border-radius: 10px;
    border: 0;
    box-shadow: 5px 5px 10px 2px rgba(183, 208, 212, 0.8);
    width: 90%;
}

.wrap button a {
    font-family: 'Roboto', sans-serif;
    color: rgb(79 79 79);
    font-weight: 700;
    font-size: 21px;
    padding: 15px 0;
    display: block;
    width: 100%;
}

.wrap button a #count {
    font-size: 16px;
    font-weight: 900;
}

.wrap .img img {
    width: 45%;
    margin: 0 auto;
    display: block;
}

/* QUES PAGE */
.sub_wrap .num {
    text-align: center;
    padding-top: 20%;
}

.sub_wrap .num h3 {
    font-family: 'Roboto', sans-serif;
    color: rgb(189 189 189);
    font-size: 24px;
}

.sub_wrap .ques {
    width: 90%;
    height: 100px;
    margin: 50px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_wrap .ques h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: rgb(79 79 79);
    line-height: 30px;
    text-align: center;
}

.sub_wrap .btn {
    margin: 50px auto 0 auto;
}

.sub_wrap .btn button {
    display: block;
    margin: 50px auto;
    border-radius: 10px;
    border: 0;
    background-color: rgb(212 240 245);
    box-shadow: 5px 5px 10px 2px rgba(183, 208, 212, 0.8);
    margin-top: 20px;
    text-align: center;
    width: 90%;
    height: 90px;
    text-align: center;
}

.sub_wrap .btn button a {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: rgb(79 79 79);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px;
}