body {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Kalam !important;
    font-weight: 300;
    color: #0f111a;
    overflow-y: hidden;
}

a {
    color: #0f111a;
    text-decoration: none;
}

html {
    width: 100%;
    height: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    scroll-behavior: smooth;
    font-size: calc(10px + 0.5vh + 0.5vw);
}

html::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}