body {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
}

#container {
    border-radius: 0;
    padding: 0;
    width: 90%;
    min-width: 300px;
    max-width: 700px;
    position: relative;
    margin: 20px auto;
    font-size: 0;
    max-height: 100%;
    overflow: auto;
}

#top {
    width: 100%;
    background-color: #cc0000;
    font-size: 23px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #666;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(182, 1, 1) 0%,
            rgb(204, 0, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(182, 1, 1) 0%,
            rgb(204, 0, 0) 100%
    );
}

#q00,
#q0,
#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8,
#q9,
#q9a,
#q9b,
#q9c,
#q9d {
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #666;
    width: 100%;
    min-width: 300px;
    max-width: 700px;
    display: none;
    line-height: 28px;
    font-size: 22px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    box-shadow: 0 0 4px #444;
    margin: 0 auto;
}

.lt22 {
    margin: 15px 15px 0;
}

.block {
    display: block;
    margin-bottom: 10px;
}

.btnyes {
    font-size: 28px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    width: 40%;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(0, 153, 0) 0%,
            rgb(0, 204, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(0, 153, 0) 0%,
            rgb(0, 204, 0) 100%
    );
    background-color: #37aed3;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 21px 10px;
    text-decoration: none;
    text-shadow: 0 -1px #666;
    margin-right: 10px;
    outline: none;
    border: none;
}

.btnyes:hover {
    background-image: -moz-linear-gradient(
            90deg,
            rgb(0, 204, 0) 0%,
            rgb(102, 255, 102) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(0, 204, 0) 0%,
            rgb(102, 255, 102) 100%
    );
}

.btnno {
    font-size: 30px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    width: 40%;
    background-color: #ff3311;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(153, 0, 0) 0%,
            rgb(204, 0, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(153, 0, 0) 0%,
            rgb(204, 0, 0) 100%
    );
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 21px 10px;
    text-decoration: none;
    text-shadow: 0 -1px #666;
    margin-left: 10px;
    outline: none;
    border: none;
}

.btnno:hover {
    background-image: -moz-linear-gradient(
            90deg,
            rgb(204, 51, 51) 0%,
            rgb(255, 102, 102) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(204, 51, 51) 0%,
            rgb(255, 102, 102) 100%
    );
}

.lt1 {
    display: block;
    padding: 0 10px;
}

.btnnext {
    font-size: 30px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    width: 70%;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(254, 188, 0) 0%,
            rgb(255, 229, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(254, 188, 0) 0%,
            rgb(255, 229, 0) 100%
    );
    background-color: #37aed3;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 25px 10px;
    text-decoration: none;
    text-shadow: 0 1px #ffe500;
    outline: none;
    border: none;
}

.btnnext:hover {
    background-image: -moz-linear-gradient(
            90deg,
            rgb(255, 215, 0) 0%,
            rgb(255, 245, 105) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(255, 215, 0) 0%,
            rgb(255, 245, 105) 100%
    );
}

#intro-image {
    display: inline-block;
    vertical-align: middle;
}

.box {
    margin: 0 auto;
    padding: 10px;
}

#box2 {
    width: 50%;
    min-width: 300px;
    margin: 0 auto;
    padding: 10px;
}

.h1w {
    font-size: 35px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.h1 {
    font-size: 24px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.h2 {
    color: #cc0000;
}

.h10 {
    font-size: 17px;
    color: #777;
    font-family: "Open Sans", sans-serif;
}

.circle1 {
    font-size: 20px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    background: #666;
    border-radius: 10000px;
    padding: 6px 12px;
}

.circle2 {
    font-size: 20px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    background: #ddd;
    border-radius: 10000px;
    padding: 6px 12px;
}

@media screen and (max-width: 500px) {
    #q00,
    #q0,
    #q1,
    #q2,
    #q3,
    #q4,
    #q5,
    #q6,
    #q7,
    #q8,
    #q9,
    #q9a,
    #q9b,
    #q9c,
    #q9d {
        font-size: 18px;
        line-height: 24px;
    }

    #container {
        margin: 15px auto;
    }

    .h1w {
        font-size: 24px;
    }

    .h1 {
        font-size: 17px;
    }

    #top {
        font-size: 19px;
    }

    .btnyes {
        font-size: 20px;
    }

    .btnno {
        font-size: 24px;
    }

    .btnnext {
        font-size: 30px;
        width: 90%;
    }
}

.dop-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}

.warning {
    color: red;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.error-animation {
    animation-name: shake;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

.center {
    text-align: center;
}

 .ac_footer {
     position: relative;
     top: 10px;
     height: 0;
     text-align: center;
     margin-bottom: 70px;
     color: #A12000;
 }

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"],
img[width="1"] {
    display: none !important;
}

