body {
background: #0f172a;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}

.container {
max-width: 1400px;
margin: auto;
}

h1 {
text-align: center;
font-size: 60px;
margin-bottom: 30px;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
padding: 25px;
text-align: center;
font-size: 32px;
border-bottom: 2px solid #334155;
}

th {
background: #1e293b;
font-size: 36px;
}

tr:nth-child(even) {
background: #020617;
}

/* TV scaling */
@media (min-width: 1600px) {
th, td { font-size: 42px; }
h1 { font-size: 80px; }
}

#clock {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
