@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;
    transition: all .2s linear;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: "Google Sans", sans-serif;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}