@media screen and (min-width: 1280px){
    .tree{
        bottom: 20%;
        width: 18%;
        left: -5%;
    }

    .sun{
        width: 14%;
        right: 5%;
    }

    .dance{
        width: 16%;
    }

    .umbrella{
        width: 16%;
    }

    .umbrella-2{
        width: 12%;
    }

    .chair{
        width: 44%;
    }

    .board{
        width: 16%;
    }

    .swim{
        width: 7%;
    }

    .walk{
        width: 11%;
    }

    .ball{
        width: 5%;
    }

    .ball-2{
        width: 4%;
    }

}

@media screen and (min-width: 1400px){
    .result-btn-wrapper{
        width: 150px;
    }

    .wrong-answer{
        margin-top: -20%;
        margin-bottom: 2rem;
    }

    .wrong-answer-sub{
        font-size: 24px;
    }

    .answer{
        width: 200px;
        height: 200px;
    }

    .font-small{
        font-size: 20px;
    }
}

@media screen and (min-width: 1600px){
    .correct-answer{
        font-size: 40px;
    }

    .wrong-answer{
        font-size: 36px;
    }

    .wrong-answer-sub{
        font-size: 28px;
    }
}

@media screen and (min-width: 1920px) {

    .play{
        width: 30%;
    }

    .tree{
        width: 20%;
    }

    .sun{
        width: 15%;
    }

    .dance{
        width: 18%;
    }

    .umbrella{
        width: 18%;
    }

    .umbrella-2{
        width: 13%;
    }

    .chair{
        width: 46%;
    }

    .board{
        width: 18%;
    }

    .swim{
        width: 8%;
    }

    .walk{
        width: 13%;
    }

    .ball{
        width: 6%;
    }

    .ball-2{
        width: 5%;
    }

    .question{
        font-size: 50px;
    }

    .answer{
        width: 250px;
        height: 250px;
        font-size: 50px;
    }

    .dash{
        width: 150px;
    }

    .arrow{
        width: 22px;
    }

    .shoot{
        font-size: 28px;
        padding: 48px 16px;
    }

    .action-wrapper{
        bottom: 15%;
    }

    .font-small{
        font-size: 24px;
        padding: 16px;
    }

    .menu:first-child{
        max-width: 72px;
        margin-right: 32px;
    }

    .menu:nth-child(2){
        max-width: 160px;
    }

    .wrong-answer{
        font-size: 40px;
        padding-bottom: 2rem;
        margin-top: -10%;
    }

    .wrong-answer-sub{
        padding-bottom: 4rem;
    }

    .wrong-answer-sub{
        font-size: 30px;
    }

    .correct-answer{
        font-size: 50px;
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .result-text{
        font-size: 48px;
    }
}
