body{
    background-color: black;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0) 70%, black 100%), url(https://github.com/codinggita/CGxSU_Semester_1/blob/main/html_css_js/CSS/00.assignment/02.level_2/11.netflix-clone/assets/Title-Image.png?raw=true);
    width: 99%;
     height: 100vh;
     background-size: cover;
    background-repeat: no-repeat;
     font-family: Arial, Helvetica, sans-serif ;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.name-logo{
    margin-top: 15px;
    margin-left: 4cqw;
    width: 90px;
}

a{
    font-family: Arial, Helvetica, sans-serif ;
    color: white;
   
    
    text-decoration: none;
    margin-top: 10px;
    margin-left: 20px;
}
.start{
    display: flex;
    justify-content: center;
    align-items: center;
     
}
.i{
    margin-right: 20px;
}

.icons{
    margin-right: 20px;
}
.show{
    display: flex;

    align-items: center;
    font-family: Arial, Helvetica, sans-serif ;
    font-weight: bold;
    color: white;
    margin-top: 320px;
    margin-left: 60px;
    
}
.show img{
    margin-right: 10px;
    width: 20px;
    height: 30px;
}
.maid{
    color: white;
    margin-left: 50px;
    font-size: 150px;
    font-weight: bold;
}
.button{

    display: flex;
    margin-left: 60px;
}

#play{
    border-radius: 3px;
    width: 85px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke ;
    color: black;

}
#more{
    border-radius: 3px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(180, 179, 179) ;
    color: white;
    margin-left: 20px;
    opacity: 0.7;

}
.add{
    display: flex;
    justify-content: end;
    margin: 20px;
}
.see{
    margin-left: 60px;
    color: white;
    display: flex;
    font-size: larger;
    font-weight: bold;
    align-items: center;
}

.cardrow1{
    display: flex;
    justify-content: flex-start;
    margin-left: 55px;
    margin-bottom: 70px;
}

.cardrow2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 70px;
}

#card{
margin-left: 10px ;
margin-top: 20px;
}
.social{
    margin-left: 310px;
}
th{
    padding-right: 90px;
}

#ic{
    margin-right: 20px;
    opacity: 0.5;
}

table{
    display: flex;
 
   line-height: 50px;
    color: grey;
    margin-left: 300px ;
}
.last{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    width: 110px;
    height: 40px;
    color: white;
    border: 1px solid;
    margin-left: 350px;
}
#copy{
    margin-top: 20px;
    color: white;
    opacity: 0.5;
    margin-left: 350px;
}