*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    min-height: 100vh;
    background: #F5F9FF;

}

@media (max-width: 768px) {
    
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    
    overflow-x: hidden;
}
}