body {
    color:white
}
#adjInput{
    align-items: center;
    justify-content: end;
    display: flex;
    margin: auto;
    width: 95%;


}

#search{
    margin-top: 10px ;
    margin-right: 100px;     
    width: 300px;
    height: 35px;
    background-color: #192133;
    border: .3px solid rgb(242, 72, 72);
    border-right:none ;
    border-left:none ;
    border-top:none ;
  outline: none;
    color: white;
    /* border: none; */
    
}



#movie{
    height: 300px;
    width: 315px;
    margin-right: 100px;  
    overflow: auto ;
    background-color: #192133;
    position: relative;

    
}
#movie>div{
    /* border: 0.3px solid rgb(241, 22, 22); */
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    box-shadow: 0 0 15px 5px blue;



}
#movie>div>p{
    text-overflow:ellipsis ;
     overflow: hidden ;
     height:20px;

}
#movie>div>img{
    height: 65px;
    width: 65px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: rgba(162, 65, 65, 0.813)  0 0 15px 5px
    


}

#adjSearchData{

    display: flex;
    margin: auto;
    width: 95%;
    height: 50px;
    /* border: 1px solid black; */
    /* border:1px solid rgb(241, 22, 22); */
    justify-content: end;


}

body{
background-color: #192133;
}

#displayData{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows:repeat(auto,auto) ;
    gap: 20px 20px;
    width: 100%;
    margin-top: 30px;
}

#displayData>div>img{

    width: 100%;
    height: 350px;

}

