@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body{
    margin: 0;
    padding: 0;

    font-family: 'Lato',Arial,sans-serif;

    padding-top: 100px;
}

html{
    scroll-behavior: smooth;
}