body{
margin:0;
font-family:Arial;
background:#f2f2f2;
}

header{
background:#b30000;
color:white;
padding:15px;
text-align:center;
font-size:20px;
font-weight:bold;
}

.container{
max-width:700px;
margin:auto;
padding:15px;
}

.live-box{
background:#fff3cd;
padding:15px;
border-radius:8px;
border-left:6px solid orange;
margin-bottom:20px;
font-size:16px;
}

.title{
margin-bottom:10px;
}

.update{
background:white;
padding:12px;
border-radius:8px;
margin-bottom:10px;
box-shadow:0 2px 5px rgba(0,0,0,0.1);
border-left:5px solid #d40000;
}

.time{
font-weight:bold;
color:#d40000;
margin-bottom:5px;
}

.location{
font-weight:bold;
margin-bottom:5px;
}

@media (max-width:600px){

header{
font-size:18px;
padding:12px;
}

.live-box{
font-size:15px;
}

.update{
font-size:15px;
}

}
