﻿.footer-container {
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 15px 0;
    height: 50px;
}

.footer-link {
    color: var(--secondary-color);
}
