@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@500&display=swap");
:root {
  --font1: "Baloo Bhai 2", cursive;
  --font2: "Baloo Bhai 2", cursive;
  --main-bg-color: black;
}
.max-width-1 {
  width: 80vw;
}
.m-auto {
  margin: auto;
}
.margintb {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* PHOTO SLIDER CSS */
.carousel-cell {
  width: 50%;
}
.carousel-cell img {
  width: 400px;
}
.carousel-cell:before {
  display: block;
}
