*{
    margin:0;
    padding:0;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700&display=swap');

p, a, b, h1, h2, h3, h4, h5, br, strong, div, body {
    font-family:source sans pro;
    font-weight:300;
}

img {
    max-width:100%;
}

#footer-webs {
    background: #222;
    color: #f1f1f1;;
}