footer {
    position: fixed;
    bottom: 0px;
    width: -webkit-fill-available;
    text-align: center;
    z-index: 0;
}

footer div {
    width: -webkit-fill-available;
}

footer a {
    color: #0004ff;
}

footer p {
    opacity: 0.45;
}

footer p + p {
    margin-top: -1.25rem;
}

@media screen and (max-width: 768px ) {
    footer {
        position: absolute;
    }
}
