.footer {
    height: 50px;
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Brings footer to front */
}

.footer-text {
    color: #555;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}