body {
  background-color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  color: #4a3b2f;
  text-align: center;
  margin: 0;
  padding: 0;
}

header {
  padding: 40px 20px 10px;
}

.logo {
  width: 120px;
  margin-bottom: 10px;
}

h1 {
  font-size: 28px;
  margin-bottom: 5px;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
}

#schedule {
  margin: 40px auto;
  max-width: 800px;
}

#schedule h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #4a3b2f;
}

#schedule p {
  color: #6f5f4b;
  margin-bottom: 25px;
}

.table-container {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f6f2;
}

th, td {
  border: 1px solid #d1bfa7;
  padding: 14px;
  text-align: center;
}

th {
  background-color: #ede3d7;
  font-weight: bold;
  color: #4a3b2f;
}

td {
  color: #4a3b2f;
  font-size: 15px;
}

#certification, #contact {
  margin: 50px auto;
  max-width: 700px;
}

a {
  color: #4a3b2f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
