body{
    background-color: #F7ECDE;
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
  }
h1{
    font-family: "Pacifico", cursive;
    
    
}  


h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 10px;
    background-color: #fec260;
    transition: all 0.5s;
    z-index: -1;
}

h1:hover::before{

    height: 70%;
}

header{
    width: 85%;
    margin: auto;
    
    
}
.main-cont{
    border-top:dotted 2px;
    
}

.main-cont h3{
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Righteous", cursive;
    font-size: 25px;
    background-image: linear-gradient(to right, #3ca55c, #b5ac49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-cont h3 i{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #3ca55c;
}


.righteous-regular {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.button{
    border-bottom:dotted 2px ;
}

/* Styling the icon specifically */
.fa-bookmark {
    color: #3ca55c;  /* Change this to your desired color */
    
}

