* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: var(--cinzento) transparent;
    list-style: none;
}

body {

    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.main {

    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: space-between;
    flex-grow: 1;


}

.externa {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 1);
    gap: 2rem;
    padding: 2rem;
    color: black;
    border-radius: 1rem;
    margin: 1rem;


}

.boxImage {

    border-color: black;
}

.imagem {

    width: 300px;
    height: 450px;
    border: 1px solid black;
}

.textContent {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    border-radius: 1rem;
    text-align: justify;
    gap: .8rem;
    padding: .5rem;
    padding-top: 0;
    width: 100%;

}

.geral {

    display: flex;
    flex-direction: column;
}

footer {

    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
}

#videos {
    display: flex;
    padding: .5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.my-video {

    margin: .5rem;

}

.my-video .ytp-large-play-button {

    display: none;

}


.ytp-show-cards-title {

    display: none;
}

.ytp-chrome-top {

    display: none;
}

.ytp-large-play-button {
    display: none !important;
}

.animesCover #videos {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.video-overlay {

    border: 1px solid black;
    display: flex;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

/* Estilo padrão para a img-geral */
.img-geral {
    width: 100%;
    height: auto;
}

.primeiro {

    margin-top: 5%;
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.realizarBusca {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.textoChecar {

    width: 50vw;
    min-width: 250px;
    height: 2rem;
    font-size: 1rem;
    border-radius: .3rem;
    text-align: center;

}

.checar {

    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    padding: 15px 30px;
    margin-right: 15px;
    font-size: 1rem;
    font-weight: 300;
    width: 13rem;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: .5rem;


    cursor: pointer;

}

.checar:hover {

    background-color: black;
    color: var(--cinzento);
    transition: ease all .5s;
}






@media screen and (max-width:800px) {

    #videos {

        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:700px) {

    .externa {

        flex-direction: column;
    }

    footer {

        position: relative;
    }

    .video-overlay,
    .img-geral {

        width: 80vw;
        height: auto;
    }



    .imagem {

        width: 80vw;
        height: auto;
    }

    .my-video {

        aspect-ratio: 16 / 9;
        /* Ou */

    }
    
    .primeiro{

        font-size: 1.8rem ;
        text-align: center;
        
    }


    @media screen and (max-width:300) {


        #videos {

            box-sizing: border-box;
        }

        .my-video {

            width: 100vw;
            /* Ou */

        }





    }




}
