
footer {
    position: relative;
    background: #ffb130;
    width: 100%;
    height: 120px;
}

footer div {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 120px;
}

footer p {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 16px;
}