#footer-container {
   width: 100%;
}

#footer-row {
   margin: auto;
   width: fit-content;
   max-width: 600px;
   list-style: none;
}

.footer-col {
   color: var(--color-txt);
}
