/*
Theme Name: CHBG Coming Soon Theme
Author: Visualink Creative
Description: CHBG Coming Soon Theme
Text Domain: chbg
Updated: 01/01/2026
*/
body {
  padding: 0;
  margin: 0;
  background-color: rgba(195, 111, 39, 0.08);
  background: url("images/FiveStarHomesCreamPaperTexture.jpg") center rgba(195, 111, 39, 0.08);
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100vw;
  height: 100vh;
  font-family: proxima-nova, sans-serif;
}
main h1, main h2, main h3 {
  font-family: proxima-nova, sans-serif;
}
main img.logo {
  width: 600px;
  max-width: 90%;
  height: auto;
  margin-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */