* {
    margin: 0;
}
html,
body {
    height: 100%;
    background-color: #1110e2;
    font-family: 'Lato', sans-serif;
}
a,
a:link, a:active {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -50px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer,
.page-wrap:after {
    height: 50px;
}
.site-footer {
    background: #e7e7e7;
}
#img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.site-footer ul {
    margin: 0;
    padding: 15px;
    list-style-type: none;
}
.site-footer ul li {
    display: inline;
    padding-right: 10px;
}