html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background-color: peachpuff;
    font-weight: 800;
    font-size: 16px;
}

/* ------------------------------------------------------sectionYoutube-------------------------------------------------------------------- */

.IndexSectionYoutubeContainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.IndexSectionYoutubeContainer1,.IndexSectionYoutubeContainer2{
    width: 50%;
}

.ISYC1Iframe{
    padding: 30px;
}

.ISYC1Iframe iframe{
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 15px;
}

.ETitles{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.E1 h1{
    font-size: 42px;
    color: peru;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.E2 {
    text-align: justify;
    padding: 22px 80px;
    font-size: 22px;
}


.ISYC2Titles{
    padding: 30px;
    text-align: justify;
    font-size: 22px;
}

.ISYC1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ISYC2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}


@media only screen and (width=1024px) {
    .ISYC1Iframe {
        padding: 15px;
    }
    .ISYC2Titles{
        padding: 15px;
    }
}

@media (width<1024px) {
    .IndexSectionYoutubeContainer{
        flex-direction: column-reverse;
    }
    .IndexSectionYoutubeContainer1,.IndexSectionYoutubeContainer2{
        width: 100%;
    }
    .ISYC1Iframe iframe{
        height: 250px;
    }
    .ISYC2Titles{
        padding: 15px;
    }
    .E2 {
        padding: 22px 15px;
    }
}



/* ------------------------------------------------------sectionYoutube-------------------------------------------------------------------- */
