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

div.footer {
    position: absolute;
    bottom: 0;
    width: 99%;
    margin: 13px 0;
}

div.footer > p {
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-family:Roboto;
    line-height: 180%;
}

body > div.footer > p > a {
    color: #ffffff;
    text-decoration: none;
}

body > div.footer > p > a:hover {
    color: #4DB1E5;
    text-decoration: none;
}