body {
   background-color: #F9E5DF;
   color: #7D5A53;
   font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
   color: #C87F74;
   font-family: 'Montserrat', sans-serif;
}

a {
   color: #C87F74;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

.navbar {
   background-color: #C87F74;
   padding: 10px;
   text-align: center;
}

.navbar a {
   margin: 0 10px;
   font-size: 18px;
   font-weight: bold;
   color: #FFF;
}

.section {
   margin-top: 40px;
}

.section-header {
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 10px;
}

/* Example media query for smaller screens */
@media (max-width: 768px) {
  /* CSS rules specific to smaller screens */
}

