@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:'Comfortaa', sans-serif !important;
}

.slide-price{

}

.navbar{
    border:0px!important;
}

.footer{
    border:0px;
}

.footer-text>a{
    color:#000!important;
}
.footer{
    background-color: #fff!important;
}

@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }
