@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
*,
*::before,
*::after,
html,
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #f2f2f2 ;
    font-size: 16px;
}