#nist-cyber {
  /* width is set in html */
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 95%;
}

.nist-section {
  margin: 4em 0;
}

.nist-section a {
  text-decoration: none;
  color: #0072b1;
}

p {
  color: #78736f;
  font-size: large;
  line-height: 1.6;
  margin: 1em 0;
  text-align: left;
  max-width: 100%;
}
