*,
*::after,
*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}