
/*
Theme Name: FilmyGet Movies Theme
Author: Demo
Description: Simple FilmyGet style movie listing theme.
Version: 1.0
*/

body{font-family:Arial;background:#f2f2f2;margin:0}
header{background:#1f2937;color:#fff;text-align:center;padding:15px}
header h1{margin:0;color:#00e676}
.search{margin:15px;text-align:center}
.search input{padding:8px;width:60%}
.container{width:95%;max-width:1000px;margin:auto}
.movie{display:flex;background:#fff;margin:10px 0;padding:10px;border-radius:6px}
.movie img{width:90px;height:120px;object-fit:cover;margin-right:10px}
.tag{background:#16a34a;color:#fff;padding:3px 8px;border-radius:6px;font-size:12px}
footer{background:#111;color:#fff;text-align:center;padding:20px;margin-top:30px}
