 .body{
            margin: 0px;
            padding: 0px;
            background-color: #191b24;
        }
.hero{
    width: 100%;
    height: 100vh;

    background-image: url("unnamed.jpg");
    background-size: cover;
}
.menu{
    width: 100%;
    height: 7vh;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-con{
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    color: white;

    font-size: 17px;
}

.noi-dung{
    width: 100%;
    height: 70vh;

    display: flex;
}

.noi-dung-trai{
    width: 40%;
    height: 100%;
    padding: 100px;

    box-sizing: border-box;

   
}

.noi-dung-trai>h1{
    color: white;
    font-size: 90px;

}

.noi-dung-trai>h2{
    color: white;
    font-size: 50px;
    
}

.noi-dung-trai>h4{
    color: white;
    font-size: 30px;
    
}

.noi-dung-phai{
    width: 60%;
    height: 100%;


  
}


.the-loai{
    width: 100%;
    height: 23vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.the-loai-con{
    width: 250px;
    height: 70%;
    background-color: rgb(72, 76, 53);
    margin-left: 10px;
    margin-right: 10px;

    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
}

.the_nho{
    width: 200px;
    height: 20px;
    font-size: larger;
    color: white;
    margin: 20px;

}
.dsfilm{
    display: flex;
}
.film{
    width: 250px;
    height: 400px;
    font-size: x-large;
    margin: 20px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.tap{
    position: absolute;
    bottom: 20px;
    padding: 5px;
    background-color: rgb(215, 180, 247);
}

.film:hover{
    background-color: #2F3346;


}

.anh{
    width: 250px;
    height: 390px;
    object-fit: cover;
    border-radius: 5px;
}

.name{
    color: white;
    margin-top: 10px;
    text-align: center;
}





body{
    background-color: rgb(0, 0, 0);
}
.nd{
    width: 300px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: xx-large;
    font-weight:500;
    color: rgb(255, 255, 255);

}