#fw-section-footer {

body {
  font-family: 'Iceberg', sans-serif; 
  background-color: #F0F0F0; /* Light Grey background */
  color: #333; /* Dark Grey text */
  font-size: 16px; /* Default font size */ 
}

/* Heading Styles */
h1 {
  font-size: 2.5em; 
}

h2 {
  font-size: 2em; 
}

h3 {
  font-size: 1.5em; 
}

/* Link Styles */
a {
  color: #eae7d6; /* Blue links */
  text-decoration: none;
  font-size: 1.2em; /* Increase font size of links */
}

/* Section Styles */
.yellow-section {
  background-color: #FFFF00; /* Yellow background */
  color: #000; /* Black text */
  padding: 20px;
}

.green-section {
  background-color: #008000; /* Green background */
  color: #fff; /* White text */
  padding: 20px;
}

/* Example Class Styles */
.highlight {
  color: #000; /* Black highlight */
  font-weight: bold;
}

/* Footer Styles */
footer {
  text-align: center;
  padding: 10px 0;
  color: #eae7d6; /* Grey copyright color */ 
}
}

#fw-section-header {

body {
  font-family: 'Iceberg', sans-serif; 
  background-color: #F0F0F0; /* Light Grey background */
  color: #333; /* Dark Grey text */
}

/* Heading Styles */
h1, h2, h3 {
  color: #fff; /* Black headings */
}

/* Link Styles */
a {
  color: #eae7d6; /* Blue links */
  text-decoration: none;
  font-size: 1.2em; /* Increase font size of links */
}

/* Section Styles */
.yellow-section {
  background-color: #FFFF00; /* Yellow background */
  color: #000; /* Black text */
  padding: 20px;
}

.green-section {
  background-color: #008000; /* Green background */
  color: #fff; /* White text */
  padding: 20px;
}

/* Example Class Styles */
.highlight {
  color: #000; /* Black highlight */
  font-weight: bold;
}
}