@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    transition: all 175ms linear;
    font-family: "Google Sans", sans-serif;
}

section{
    cursor: default;
}
body{
    overflow-x: hidden;
    background: #f0f0f0;
}

html{
    scroll-behavior: smooth;
    overflow-x:hidden ;
}


.dashBoard{
    min-height: 100vh;
}