/*Added for small screen devices like iphone 5/SE*/
body {
  background-color: #fff1e5;
}
div[data-f2-app-id="markets-data-error-http404"] {
  padding-left: 100px;
  padding-bottom: 80px;
  font-weight: 500;
  font-family: MetricWeb, sans-serif;
  font-style: normal;
  color: #505050;
  font-size: 17px;
}
@media only screen and (max-width: 739px) {
  div[data-f2-app-id="markets-data-error-http404"] {
    padding-left: 25px;
  }
}
div[data-f2-app-id="markets-data-error-http404"] h1 {
  font-size: 30px;
}
div[data-f2-app-id="markets-data-error-http404"] a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #A3BCB4;
}
div[data-f2-app-id="markets-data-error-http404"] .error-code {
  font-weight: 600;
}
