.section_videos{
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 40px;
}


.videoBox{
    width: 80vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-left: auto;
    margin-right: auto;
}

.section_videos p{
    color: white;
    margin-block: 50px;
}

.section_videos a{
    color: aqua;
}

iframe{
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:500px){
    body{
        background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url("../img/JV3.jpg");
    }
}