#page-container {
    position: relative;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(91, 25, 89);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
}
