footer {
    padding: 1% 0%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-with-shadow{
    box-shadow: 1px -1px 4px #dddddd;
}