*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
h1{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    /* font-weight: <weight>;
    font-style: normal; */
    
}
.carousel-item img{
    width: 80%;
    height: 80vh;
}
 .sm {
     padding: 0.5rem;
     max-width: 65%; 
     height: auto;  
 }  
 .card-img-top {
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    object-fit: cover; /* Ensure images maintain aspect ratio while covering the specified dimensions */
}

.card img{
    max-width: 100%;
    max-height: 250px;
}
