body h1 span {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h2 {
  color: darkslategrey;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: sans-serif;
}

body {
  text-align: center;
}
body h1 {
  margin: 4em auto 1em;
  width: 400px;
  height: 155px;
  background: url(images/export-facilitations-logo-outline.svg) no-repeat;
  background-size: contain;
}
.no-svg body h1 {
  background: url(images/export-facilitations-logo-outline.png) no-repeat;
  background-size: contain;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .no-svg body h1 {
    background: url(images/export-facilitations-logo-outline@2x.png) no-repeat;
    background-size: contain;
  }
}
li {
  color: darkslategrey;
}

/*# sourceMappingURL=screen.css.map */