footer {
    background-color: var(--lightest-gray);
    box-shadow: 0 -4px 8px rgba(170, 170, 170, 0.15);
    bottom: 0;
    height: calc(40px + 4rem);
    padding: 2rem;
    position: absolute;
    width: 100%;

    .logo {
        display: block;
        margin: auto;
        height: 40px;
        width: fit-content;

        img {
            height: 100%;
            width: auto;
        }
    }
}