.site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#footer-div {
font-size: 15px;
text-align: center;
line-height: 50%;
margin-top: 100px;
}

#footer-title {
font-weight: 500;
font-size: 16px;
}

#footer-nav {
margin-top: 50px;
}

#footer-nav a {
color: #999;
}

#footer-nav a:hover {
color: blue;
}