footer {
    position: sticky;
    top: 100%;
    width: 100%;
    height: 40px;
    display: flex;
    background-color: #ebebeb;
    box-shadow: 0 0 3px #000;
    margin-top: 1px;
}

address {
    margin: auto;
}