footer {
    
    background-color: var(--color-bg-secondary);
    color: var(--deep-sage);
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    margin-bottom: 0;
    overflow: hidden;
    min-width: 100%;
}

a {
    text-decoration: none;
    justify-items: stretch;
    gap: 15px;
    width: 75;
    height: 75;

}