
.gamePlayWrap {
    width: 99%;
    padding-top: 1em;
    text-align: center;
    background: #60ebeb;
    border-radius: 10px;
    color: rgb(16, 16, 16);
    margin: 10px;
}
iframe {
    width: 60%;
    margin: 20px;
    min-height: 500px;
}
.ul_block{
    list-style-type: none;     
    background-color: #f18bec;
    display: flex;
    font-weight: bolder;
    padding: 10px;
    color: #3500aa;
    text-align: justify;
    justify-content: center;
    width: 40%;
}
.h3 {
    margin: 0px 0 10px 0;
}


.description_text h3 {
    color: #b70508;
}
.dblock-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and  (max-width: 760px) {
    .ul_block{
        width: 100%;
    }
}