body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #333;
    background-color: #f4f4f9;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}