*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container1{
    width: 100%;
    /* height: 100vh; */
    background-color: hsl(220, 100%, 97%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper{
    width: 100%;
    height: fit-content;
}
.swiper-slide img{
    width: 100%;
}

.container1 .swiper .swiper-button-prev, .container1 .swiper .swiper-button-next {
    color: white;
}
.swiper .swiper-pagination-bullet-active{
    background: white;

}
