body {
    min-height: 100vh;
    margin: 0;
    position: relative;
}

body::after {
    content: '';
    display: block;
    height: 110px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-color: black;
}

#foot-wrap a, #foot-wrap p {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}