/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#masthead {
  background: #8891A2;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding-top: 1em;
  padding-bottom: 1em;
}

#privacy {
  margin-top: 180px;
  margin-bottom: 5em;
}
#privacy p, #privacy a {
  word-wrap: break-word;
}