body {
  overflow: hidden;
}

section.backImage {
  min-height: 85vh;
  width: 100%;
  background-image: url("../img/drawing.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
section.backImage h3 {
  font-size: 3.5rem;
  color: white;
  margin: 2rem 0rem;
  font-family: "Dancing Script", cursive;
}

@media screen and (max-width: 400px) {
  section.backImage h3 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=index.css.map */