h3{
    font-family: Twiddle;
    color: #794946;
    font-size: 32px;
    margin: 20px 0;
}

.blue {
    color: #02518b;
}

.introduction h3 {
    position: absolute;
    margin: 30px 30px 0px 50px;
    font-weight: 500;
}

.introduction h3 {
    color: black;
}

.game-panel {
    background-color: transparent;
}

.game-panel ul{
    list-style: none;
}

.game-panel ul li{
    font-size: 28px;
    color: #484878;
    font-family: Twiddle;
}

.question{
    display: none;
    /*height: 67vw;*/
    width: 74vw;
    position: relative;
    margin: 0 auto;
}

.answer {
    cursor: pointer;
}

.choices{
    display: flex;
    justify-content: center;
}

.active{
    top: -610px;
    display: block;
}

h3{
    font-size: 36px;
    margin: 30px 0;
}

#quiz-background{
    height: 67vw;
    width: 96vw;
    border-radius: 30px;
}

.game-panel ul li {
    font-size: 28px;
    height: 38px
}


#quiz-success{
    display: block;
    margin: 0 auto;
    position: relative;
    background: url('../media/PopUpWow@2x.png') no-repeat center center;
    height: 100vh;
    width: 100vw;
    animation-duration: 2s;
    animation-name: slidein;
}


.wrong-answer:after{
    content:'';
    background-image:url('../media/Icon-WrongAnswer-X@2x.png');
    background-size: 100%;
    height: 38px;
    width: 38px;
    display: block;
    position: relative;
    top: -46px;
    left: -38px
}
.correct-answer:after{
    content: '';
    background-image: url(../media/Icon-Star@2x.png);
    background-size: 100%;
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
    top: -24px;
    left: -20px;
}


@media(max-width: 599px){
    .rope-border{
        background-image: none !important;
    }

    .active{
        top: 0;
    }

    .game-panel{
        height: auto;
        /*min-height: 335px;*/
        background-color: rgba(225,225,225, .8);
        padding: 10px;
    }

    .question{
        width: 300px;
    }

    .question h3 {
        font-size: 24px;
        margin: 13px 0 10px;
    }

    .introduction h3 {
        font-size: 12px;
        margin: 10px 20px 0px 10px;
    }

    #quiz-background {
        display: none;
    }


    #quiz-background.always-show{
        height: 200px;
        width: 288px;
        border-radius: 18px;
        display: inline;
    }

    .game-panel ul li {
        font-size: 20px;
        height: auto;
        min-height: 24px;
    }

    .game-panel ul{
        display: initial;
        padding: 0;
        width: auto;
    }

    .wrong-answer:after {
        height: 18px;
        width: 18px;
        top: -25px;
        left: -19px;
    }

    .correct-answer:after{
        content: '';
        background-image: url(../media/Icon-Star@2x.png);
        background-size: 100%;
        height: 20px;
        width: 20px;
        display: block;
        position: relative;
        top: -28px;
        left: -20px;
    }

    #quiz-success{
        height: 100vh;
        width: 100vw;
        background-size: 320px auto;
    }

    #quiz-success a {
        position: relative;
        height: 28px;
        width: 148px;
        display: block;
    }

    #quiz-success a:nth-child(2){
        top: calc(50vh - -45.5px);
        left: calc(50vw - 75px);
    }

    #quiz-success a:nth-child(1) {
        top: calc(50vh - -41.5px);
        left: calc(50vw - 75px);
    }



}

@media(min-width: 600px){
    h3 {
        font-size: 26px;
        margin: 20px 0;
    }

    .question{
        height: 459px;
        width: 507px;
        margin: 0 auto;
    }

    .active{
        top: -420px;
    }

    #quiz-background{
        height: 401px;
        width: 576px;
        border-radius: 18px;
    }
    .game-panel ul{
        margin: 0;
        padding: 0;
    }

    .game-panel ul li {
        font-size: 20px;
        height: 34px;
    }

    .correct-answer:after{
        height: 24px;
        width: 24px;
        top: -30px;
        left: -28px;
    }

    .wrong-answer:after{
        height: 20px;
        width: 20px;
        top: -26px;
        left: -24px;
    }

    #quiz-success{
        display: block;
        margin: 0 auto;
        position: relative;
        background: url('../media/Popcongo@2x.png') no-repeat center center;
        height: 100vh;
        width: 100vw;
        animation-duration: 1s;
        animation-name: slidein;
    }

    #quiz-success a{
        position: relative;
        height: 43px;
        width: 233px;
        display: block;
    }

    #quiz-success a:nth-child(1){
        top: calc(50vh - -65.5px);
        left: calc(50vw - 117px);
    }

    #quiz-success a:nth-child(2){
        top: calc(50vh - -73.5px);
        left: calc(50vw - 117px);
    }

    @keyframes slidein {
        from {
            margin-top: -100%;
        }

        to {
            margin-top: 0;
        }
    }
}


@media(min-width: 900px){
    .question{
        height: 459px;
        width: 700px;
    }

    .active{
        top: -603px;
    }

    #quiz-background{
        height: 602px;
        width: 864px;
        border-radius: 30px;
    }

    .game-panel ul li {
        font-size: 28px;
        height: 38px
    }

    .correct-answer:after{
        height: 36px;
        width: 36px;
        top: -40px;
        left: -38px;
    }

    .wrong-answer:after{
        height: 28px;
        width: 28px;
        top: -37px;
        left: -32px;
    }
}

@media(min-width: 1200px){
    h3{
        font-size: 36px;
        margin: 30px 0;
    }
    .question{
        width: 810px;
    }

    .active{
        top: -698px;
    }

    #quiz-background{
        height: 698px;
        width: 999px;
        border-radius: 36px;
    }

    .game-panel ul li {
        font-size: 30px;
    }

    .correct-answer:after{
        height: 37px;
        width: 37px;
        top: -41px;
        left: -40px;
    }

    .wrong-answer:after{
        height: 28px;
        width: 28px;
        top: -37px;
        left: -34px;
    }
}
