body {
  font-family: "DM Sans", serif;
  color: #2f220a;
}

#main {
  background-image: url("https://s3.ap-southeast-2.amazonaws.com/content.niyamayoga.com.au/images/main-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  background-color: #acd5a4;
  color: #2f220a;
}
#main .head {
  font-style: italic;
  font-size: 1.6em;
  padding-top: 10px;
}

#content-wrapper {
  background-color: #eeebd1;
}

#content {
  background-color: white;
  padding: 30px;
  font-size: 1.3em;
}
#content h1 {
  font-style: italic;
  font-size: 2em;
  padding-top: 10px;
}
#content .outdoor-yoga-woman {
  height: 90%;
  width: auto;
}

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