/* gray */
@page {
  @top-left-corner {
    background-color: #eee;
    color: #000;
  }
  @top-center {
    background-color: #eee;
    color: #000;
  }
  @top-right-corner {
    background-color: #eee;
    color: #000;
  }
}
[role="doc-part"] {
  background-color: #eee;
  color: #000;
}
[role="doc-part"] h1 {
  color: inherit;
  background: inherit;
}
h1 {
  border-left: 5px solid #333;
  background-color: #eee;
  color: #000;
}

