*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Dancing Script', cursive;
    overflow-x: hidden;
}

.carousel-item img{
    width: 100%;
    height: 80vh;
}

h1{
    font-family: 'Dancing Script', cursive;

}

.card-body img{
    min-width: 50%;
    max-height: 200px;
}

