body{
    font-family: Arial;
    text-align:center;
    background:#f4f4f4;
    padding:40px;
}
    
.search-box{
    margin-bottom:20px;
}
    
input{
    padding:10px;
    width:250px;
}
    
button{
    padding:10px 15px;
    background:#333;
    color:white;
    border:none;
    cursor:pointer;
}
    
button:hover{
    background:#555;
}
    
#movieResult{
    margin-top:20px;
    background:white;
    padding:20px;
    border-radius:10px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}
    
img{
    width:200px;
    border-radius:10px;
    margin-top:10px;
}