/* The footer section */
.footer {
    height: 10vh;
    background-color: var(--secondary-color);
    background-size:cover;
    display: flex;
    color: var(--white-color);
    font-size: 3vh;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    flex-shrink: 0; 
    position: absolute;
}

.footer > * {
    position: absolute; 
}