@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
}

html,
body {
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

.carousel-inner img {
  width: 100vw;
  height: 90vh;
}

.aboutimg {
  width: 100%;
  height: 250px !important;
}
