footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    
    margin-top: 7.5rem;
    padding-block: 40px;
}

/* Content: */

footer > p {
    margin-inline: 20px;
}

footer > a {
    margin-inline: 20px;
}