body {
    background-color: #d2b48c; /* tan */
    font-family: 'Georgia', serif;
}

.content-box {
    background-color: transparent;
    padding: 0px;
    margin-top: 60px;
    border-radius: 0px;
    box-shadow: none;
}

.content-box p {
  font-size: 24px;
  line-height: 1.7;
}

.content-box h1 {
  font-size: 48px;
}

.custom-navbar {
  background-color: transparent !important;
}

.navbar {
    margin-bottom: 20px;
}

.welcome-title {
  font-size: 70px;
  font-weight: 700;
  font-family: Georgia, serif;
  margin-bottom: 15px;
}

.welcome-text {
  font-size: 40px;
  line-height: 1.6;
  max-width: 500px;
}

h1, h2 {
    margin-bottom: 20px;
}

.latest-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.latest-text {
  font-size: 20px;
  line-height: 1.6;
}

.hero-img {
  width: 400px;
  height: auto;
}

.book-img {
  max-width: 400px;  /* adjust this number */
  height: auto;
}

h2 {
  font-size: 40px;
}

footer {
    text-align: center;
    padding: 20px;
    color: #555;
}
.uniform-img {
  width: 300px;
  max-width: 100%;
  height: auto;
}