body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-color: #333;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

header p {
  margin: 0.5rem 0;
}

.w3-main {
  margin-left: 200px;
}

.w3-main .w3-container {
  padding: 16px;
}

.w3-main h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.w3-main h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.w3-main p {
  margin-bottom: 1rem;
}

.w3-main ul {
  list-style: disc;
  margin-left: 1.5rem;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-bottom: 0.5rem;
}

form input, form textarea {
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form button {
  padding: 0.75rem;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

form button:hover {
  background-color: #555;
}

.FootNote {
  background-color: #FF9;
  margin: auto;
  padding: 20px;
  width: 90%;
  border: 1px solid #666;
  font-style: italic;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .footnote {
    font-size: 0.8em;
  }
}

#curling {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#curling h2, #curling h4 {
  color: #333;
}

#curling p, #curling ul, #curling ol {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

#curling ul, #curling ol {
  margin-left: 20px;
}

#curling ul li, #curling ol li {
  margin-bottom: 10px;
}

#graphite-pastel {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#graphite-pastel h2, #graphite-pastel h4 {
  color: #333;
}

#graphite-pastel p, #graphite-pastel ul, #graphite-pastel ol {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

#graphite-pastel ul, #graphite-pastel ol {
  margin-left: 20px;
}

#graphite-pastel ul li, #graphite-pastel ol li {
  margin-bottom: 10px;
}

#matting {
  padding: 20px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#matting h2, #matting h3, #matting h4 {
  color: #333;
}

#matting p, #matting ul, #matting ol {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

#matting ul, #matting ol {
  margin-left: 20px;
}

#matting ul li, #matting ol li {
  margin-bottom: 10px;
}
#handling-preservation {
  margin: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#handling-preservation h2, #handling-preservation h3 {
  color: #333;
}

#handling-preservation p {
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
}

#handling-preservation ul {
  list-style-type: disc;
  padding-left: 20px;
}

#handling-preservation ul li {
  margin-bottom: 10px;
}

#handling-preservation .subsection {
  margin-bottom: 20px;
}

#handling-preservation .subsection ul ul {
  list-style-type: circle;
  margin-left: 20px;
}
#framing-choices {
  background-color: #f0fff0;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#framing-choices h2 {
  color: #333;
}

#framing-choices h4 {
  color: #555;
}

#framing-choices p, #framing-choices ul {
  color: #666;
}

#framing-choices ul {
  margin-left: 20px;
}

#framing-choices ul li {
  margin-bottom: 10px;
}
/* Custom spacing for paragraphs and lists */
p {
  margin-bottom: 1em; /* Adds space after paragraphs */
}

ul, ol {
  margin-top: 1em; /* Adds space before lists */
  margin-bottom: 1em; /* Adds space after lists */
}
