footer {
    background-color: var(--color-primary);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: Tahoma;
    align-items: center;
}

.footer-wrapper {
    padding: 1rem;
}

.footer-wrapper span {
    font-size: 80%;
}