@import url('footer.css');

html, body {
    margin: 0;
    font-family: 'Roboto', 'Helvetica Neue', 'sans-serif';
    height: 100%;
}

* {
    line-height: 1.5;
    box-sizing: border-box;
}

a, a:visited {
    text-decoration: none;
}

a {
    color: white;

}