@charset "utf-8";

main{
	background: linear-gradient(180deg, #A0C59C 15.38%, #FFF 100%);
	width: 100%;
}

h3{
	font-family: "Happy Monkey";
}

h4{
	font-family: "Indie Flower";
}

p{
	font-family: "Inter";
}
.nav-item{
	font-family: "Happy Monkey";
	text-transform:  capitalize;
}

.nav_logo { 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -25px;
}

.border_bg{
    background-color: #D8D8D8;
	width: 100%;
}

.circle_img{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	object-fit: cover;
}

.img_flip_horiz{
  	transform: scaleX(-1);
}

.button_outline_pink{
	color: #13500C;
 	border-color: #D7ABC5;
	border-radius: .2rem;
	font-family: "Happy Monkey";
}

.card{
	height: 350px;
}

.card-img-top {
	height: 300px;
	object-fit: cover;
}

.carousel_img{
    width: 500px;
    height: 450px;
    object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}