body{
font-family:Arial;
background:#f1f1f1;
margin:0;
}

header{
background:#ff6a00;
color:white;
padding:15px;
font-size:20px;
}

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
gap:20px;
}

.card{
background:white;
border-radius:10px;
overflow:hidden;
text-decoration:none;
color:black;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.thumb{
position:relative;
}

.thumb img{
width:100%;
height:200px;
object-fit:cover;
}

.live{
position:absolute;
top:10px;
left:10px;
background:red;
color:white;
padding:5px 10px;
font-size:12px;
border-radius:5px;
}

.title{
padding:15px;
font-weight:bold;
}

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(250px,1fr));
gap:20px;
}

.card{
background:white;
border-radius:10px;
overflow:hidden;
text-decoration:none;
color:black;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.thumb{
position:relative;
}

.thumb img{
width:100%;
height:200px;
object-fit:cover;
}

.live{
position:absolute;
top:10px;
left:10px;
background:red;
color:white;
padding:5px 10px;
font-size:12px;
border-radius:5px;
}

.title{
padding:15px;
font-weight:bold;
}

body{
font-family: Arial, sans-serif;
background:#f4f4f4;
padding:20px;
}
