@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");

.heroSection {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(img/bg_2.jpg);
  background-size: cover;
  background-position: top;
  height: 90.8vh;
}

h1#main-title {
  font-family: "Caveat", cursive !important;
  font-size: 60px;
}

h4#imgSection-mainText {
  font-family: "Caveat", cursive !important;
  font-size: 35px;
}
