.banner {
  height: 100vh;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.558);
  border-radius: 5px;
  color: rgb(28, 150, 109);
  box-shadow: 0 0 16px 9px white;
}

.main {
  height: 500px;
  background-color: rgb(247, 150, 247);
}
.main img {
  width: 150px;
  transform: rotate(90deg);
}

.testimonials {
  padding: 50px;
  background-image: url(../images/bckgroundimage.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.testimonials .testimonial {
  height: 400px;
  border: 1px solid rgb(200, 35, 63);
  border-radius: 10px;
  width: 80%;
  background-color: rgba(245, 245, 245, 0.621);
}

.clients {
  height: 500px;
  background-color: rgb(249, 187, 55);
}

footer {
  background-color: #e394eb;
  height: 200px;
}/*# sourceMappingURL=styles.css.map */