
@media (max-width: 1520px) {
    #stream_embed {
        width: 90vw;
        height: auto;
        aspect-ratio: auto 16/9;
        -webkit-box-shadow:0 0 20px yellow; 
        -moz-box-shadow: 0 0 20px yellow; 
        box-shadow:0 0 20px yellow;
    }
    #chat_embed {
        width: 90vw;
        height: 60vh;
        aspect-ratio: auto 9/16;
    }

    #quests {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        background-color: rgb(98, 14, 114);
        border-radius: 10px;
    }

  


    .progress {
        width: 90vw;
        height: 30px;
        font-size: 18px;
    }
}
@media (min-width: 1520px) {
    #stream_embed {
        width: 1161px;
        height: 653px;
        -webkit-box-shadow:0 0 20px yellow; 
        -moz-box-shadow: 0 0 20px yellow; 
        box-shadow:0 0 20px yellow;
    }

    #quests {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(98, 14, 114);
        border-radius: 10px;
    }



    .progress {
        width: 500px;
        height: 30px;
        font-size: 18px;
    }


}

.bg-success {
    background-color: #6262c1 !important;
}



#liveinfo {
    background: linear-gradient(
        to right,
        white 0%,
        rgb(238, 229, 130) 20%,
        rgb(185, 255, 244) 40%,
        white 80%,
        rgb(238, 229, 130) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: shine 5s ease-in-out infinite ;
}
#subtext {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(
        to right,
        white 0%,
        rgb(238, 229, 130) 20%,
        rgb(185, 255, 244) 40%,
        white 80%,
        rgb(238, 229, 130) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: shine 5s ease-in-out infinite ;
}

#subdrop {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ad {
    margin-top: 5px;
}

#quests > table {
    table-layout: auto;
    border-collapse: collapse;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#quests td {
    padding: 10px;
    width: 1px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.questText {
    color: white;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 18px;
}


#quests h2 {
    padding: 10px;
    color: white;
    text-align: center;
}

#szoveg {
    color: white;
    font-size: 22px;
    width: auto;
}

#quests img {
    width: 50px;
    height: auto;
    margin: auto;
    display: block;
}