/* footer */
.footer {
    height: var(--height-footer);
    width: 100vw;
    background-color: var(--primarycolor-footer);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.half {
    width: 50vw;
    color: var(--accentcolor-footer);
    font-size: 20px;
    display: flex;
    flex-direction: column;
}