/* .syllabus-university-header {
    margin: 30px 200px;
    padding: 10px 40px;
    font-size: 40px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-align: center;
    animation: fadeIn 0.5s ease-in;
}

.syllabus-university-header .University-name {
    color: #0044cc;

}

.year-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 10px;
    width: 1020px;
    margin: auto;
    animation: fadeIn 0.5s ease-in;
}

.semester-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    animation: fadeIn 0.5s ease-in;
}

.semester-box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 550px;
    height: 280px;
    margin: 20px 0px;
    padding-top: 10px;

}

.semester-box a {
    color: #0044cc;
    text-decoration: none;
}

.semester-box a:hover {
    text-decoration: underline;
}

.semester-unit {
    margin: 4vh 3vw;
    margin: auto;
    margin-left: 6vh;
    text-align: left;
    list-style: circle;
    padding: 0px;
}

.semester-unit li {
    margin-top: 2vh;
}

.semester-unit a {
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 10px;
    color: black;
}

.semester-unit a:hover {
    color: #0044cc;
    text-decoration: underline;
} */



.syllabus-university-header {
  margin: 30px auto;
  padding: 10px 5vw;
  font-size: 2rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-align: center;
  animation: fadeIn 0.5s ease-in;
  max-width: 90%;
}

.syllabus-university-header .University-name {
  color: #0044cc;
}

.year-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 20px;
  width: 95%;
  max-width: 1020px;
  margin: auto;
  animation: fadeIn 0.5s ease-in;
}

.semester-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  animation: fadeIn 0.5s ease-in;
  padding: 10px;
}

.semester-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  text-align: center;
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 10px;
  padding: 20px 15px;
}

.semester-box a {
  color: #0044cc;
  text-decoration: none;
}

.semester-box a:hover {
  text-decoration: underline;
}

.semester-unit {
  margin: 20px 10px;
  text-align: left;
  list-style: circle;
  padding: 0;
}

.semester-unit li {
  margin-top: 10px;
}

.semester-unit a {
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 10px;
  color: black;
}

.semester-unit a:hover {
  color: #0044cc;
  text-decoration: underline;
}


@media (max-width: 768px) {
  .syllabus-university-header {
    font-size: 1.5rem;
    padding: 10px;
  }

  .semester-box {
    width: 100%;
    margin: 10px auto;
  }

  .semester-unit a {
    font-size: 1rem;
  }
}
