body {
    margin-bottom: 50px;
}
footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    border-top: 2px solid #000000;
    padding: 2px 0px;
    background: #272b30;
}
.loginlink:hover img {
    transform: translate(2px, 2px);
}
