*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    --scroll-behavior: smooth;
    scroll-behavior:smooth;
    height: 100%;
}

body{
    height: 100%;
    font-size: 20px;
    font-family:'Noto Sans Bengali', sans-serif;
    font-weight: 400;
}


li{
    list-style-type: none;
}
