@font-face {
    font-family: "zalando";
    src: url("../fonts/ZalandoSans[wdth\,wght].ttf");
    font-weight: 125 950;
    font-stretch: 75% 125%;
    font-style: normal;
}

.red {
    background-color: #f91616;
}

.green {
    background-color: #44ac58;
}

.purple {
    background-color: #7b13d6;
}

.yellow {
    background-color: #f9c900;
    color: black;
}

header {
    position: fixed;
    top: 0;
    background-color: #7b13d6;
    height: 10vh;
    font-size: 2vh;
    padding: 0.5vh 1vw;
    font-weight: 650;
    font-stretch: 90%;
    width: 98vw;
    color: #eeeee0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img {
    height: 8vh;
    justify-self: start;
    margin-right: 0.5vw;
}

footer {
    height: 3vh;
    background-color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a {
    color: wheat
}

a:visited {
    color: #f9a616;
}

header .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

header .flex-col a {
    margin: 0.25em;
}

header .flex-row:last-child div {
    width: 100%;
}