@-moz-document url("about:privatebrowsing") {

/* Remove (i) Pic */
 #errorPageContainer {
  background: none !important;
  }

/* Reduce Paragraph Spacing */
 p {
  margin-top: -15px !important;
  }

/* Change Button Font */
 #startPrivateBrowsing {
  font-family: Ajile !important;
  padding-left: 60px !important;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
  }
}