.nf-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif ;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.nf-section {
  margin-bottom: 40px;
}

.nf-date {
  font-size: 1.25rem;
  font-style: italic;
  color: #444;
  margin-bottom: 10px;
}

.nf-title {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
  font-family: "Georgia", serif;
}

.nf-subtitle {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

.nf-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.nf-link {
  display: inline-block;
  margin-top: 10px;
  color: #1a55ad;
  text-decoration: underline;
  font-size: 1rem;
}

.nf-link:hover {
  color: #0a3c8f;
}

.nf-epa-logo {
  width: 100%;
  max-height: 75px;
  width: auto;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

hr {
  border: none;
  height: 1px;
  background: #ccc;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .nf-title {
    font-size: 1.5rem;
  }

  .nf-text, .nf-link {
    font-size: 1rem;
  }

  .nf-date {
    font-size: 1rem;
  }
}