@import url(desktop.css);
.error {
  background-color: #c84656;
  color: #fff;
  padding: 15px;
  margin: 15px;
  opacity: 0.9;
  border-radius: 5px;
}

article h1 {
  text-align: center;
  padding: 5pt;
  margin: 5pt;
  font-size: 1rem;
}

article p {
  text-align: left;
  padding: 5pt;
  margin: 5pt;
}

header {
  background-image: url(../logo/osmoney.png);
}

/* Smartphones (portrait and landscape) ----------- */
/* Desktops and laptops ----------- */
@media only screen and (min-width: 800px) and (orientation: landscape) and (min-aspect-ratio: 16 / 9) {
  html {
    width: 110%;
    height: auto;
  }
}

@media only screen and (min-width: 800px) and (orientation: landscape) and (max-aspect-ratio: 16 / 9) {
  html {
    width: auto;
    height: 110%;
  }
}

@media only screen and (min-width: 800px) and (orientation: landscape) {
  html {
    background-image: url(../background/big/30.jpg);
  }
}
/*# sourceMappingURL=osmoney.css.map */