@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    color: #3d3935;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
}

@media (min-width: 541px){
    body {
        font-size: 18px;
    }
}