body {
    font-family: Georgia, serif;
    max-width: 800px;
    margin: 40px auto;
    line-height: 1.6;
}

nav {
    font-size: 14px;
}

h1, h2 {
    margin-top: 30px;
}


.schedule-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
}

.table-wrapper {
  overflow-x: auto;
}

.modern-table tbody tr:nth-child(odd):not([style]) {
  background-color: #f0f0f0;
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.modern-table thead {
  background-color: #111;
  color: white;
}

.modern-table th,
.modern-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

.modern-table tbody tr:hover {
  background-color: #f5f5f5;
  transition: 0.2s ease;
}

.modern-table th {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.final-exam {
  margin-top: 50px;
  padding: 20px;
  background: #f8f8f8;
  border-left: 4px solid #111;
}
