
.card {
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        margin-bottom: 30px;
        border: none;
        background: white;
    }
    .card-title {
        color: hwb(35 72% 3%);
        font-size: 2rem;
    }
    .list-group-item {
        border: none;
        background: transparent;
    }
    .btn-custom {
        background-color: #ffde91;
        color: white;
        border-radius: 30px;
        padding: 10px 30px;
        font-size: 1.2rem;
        transition: transform 0.2s ease;
    }
    .btn-custom:hover {
        background-color: #fdc581f3;
        transform: scale(1.05);
    }
    .icon-style {
        color: #ff97c8;
        margin-right: 8px;
    }
    .photo-placeholder {
        max-width: 1300px;
        margin: 30px auto;
        background-color: #fef6e4;
        border: 2px dashed #ffe3bb;
        padding: 50px 0;
        text-align: center;
        font-family: 'Indie Flower', cursive;
        font-size: 1.6rem;
        color: hwb(35 65% 0%);
        border-radius: 20px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    }
    
    .floating-dandelions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url('images/floating-dandelions.gif'); /* Replace with a subtle floating dandelions GIF or SVG */
        background-repeat: repeat;
        opacity: 0.1;
    }
p{
    font-size:25px;
}
.box >li{
    font-size:25px;
}