body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #ff7032;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.mood_wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.gradients {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(237deg, transparent, rgba(236, 252, 250, 0.31)), linear-gradient(273deg, rgba(75, 1, 1, 0.31), hsla(0, 0%, 100%, 0) 48%);
}

.gradients.multiply {
  background-image: linear-gradient(237deg, transparent, rgba(236, 252, 250, 0.31)), linear-gradient(242deg, rgba(104, 0, 0, 0.44), hsla(0, 0%, 100%, 0) 48%);
}

.plant_shadow {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.plant_shadow.multiply {
  -webkit-filter: none;
  filter: none;
}

.image {
  margin-left: -319px;
  -webkit-transform: rotateX(-31deg) rotateY(0deg) rotateZ(-43deg);
  transform: rotateX(-31deg) rotateY(0deg) rotateZ(-43deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading {
  margin-bottom: 20vh;
  font-family: Vollkorn, serif;
  color: #491806;
  font-size: 70px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: 100%;
  max-width: 600px;
  margin-top: 90px;
  margin-bottom: 87px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.image-2 {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.17);
}

@media (max-width: 479px) {
  .image {
    height: 100vh;
    margin-left: -132px;
  }
}