.inspirational-quotes {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #EDC7A2 100%);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.inspirational-quotes .cloud {
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -161px;
}
.inspirational-quotes .hill {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.inspirational-quotes .hill img {
  width: 100%;
  height: auto;
}
.inspirational-quotes .inspiring-quotes-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -58px;
}

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