@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
body,*{
    margin: 0;
    padding: 0;
}
header{
  background-image: linear-gradient(to bottom, #f2645e, #ee244d);
  padding: 15px 0px;
}
header aside{
    text-align: center;
    padding-bottom: 20px;
}
header aside a{
     text-decoration: none;
}
header aside a span{
        font-size: 37px;
    display: block;
    line-height: 45px;
    color: #fff;
    font-family: "Kaushan Script", cursive;
}
header .slider .owl-carousel .item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
header .slider .owl-carousel{
     display: flex;
}
header .slider .owl-carousel .item img{
     border-radius: 50px;
     width: 80px;
     height: 80px;
     border: 2px dotted #fff;
     display: block;
}
header .slider .owl-carousel .item p{
       display: block;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}
.slider-bg {
       background: url(../images/bra.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
        padding: 100px 0px;
}
.slider-bg h1{
     color: #fff;
     font-family: "Kaushan Script", cursive;
     text-align: center;
}