html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 120px;
}

footer {
    background: #ffffff;
    border-top: 1px solid #e3eae9;
    color: #8494ab;
    margin-top: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 12px;

    position: absolute;
    bottom: 0;
    width: 100%;
}

footer p {
    margin-bottom: 0;
}

footer a {
    color: #475569;
    font-weight: 600;
}

footer a:hover {
    color: #4f6df5;
}

@media screen and (max-width: 640px) {
    footer p {
        text-align: center !important;
    }
}
