body {
  color: black;
}

.schedule {
  margin: 20px auto;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; 
  overflow: hidden; 
}
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
th, td {
  padding: 12px;
  text-align: center;
  background-color: #fff;
}
th {
  background-color: #f1f1f1;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0; 
}
td {
  border-left: 1px solid #e0e0e0; 
  border-bottom: 1px solid #e0e0e0; 
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #f0f0f0;
}
footer {
  text-align: center;
  padding: 10px;
  background-color: #f1f1f1;
}
.clock {
  width: 200px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.text {
  color: white;
}

.table-container {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}
  
.table-container::-webkit-scrollbar {
  width: 0.8rem;
}
.table-container::-webkit-scrollbar-track {
  background: #041E42;
}
.table-container::-webkit-scrollbar-thumb {
  background: #ff4400;
  border-radius: 15pt;
}
  
h1 {
  color: white;
  text-align: center;
}
  
h2 {
  color: white;
  text-align: center;
}
  
