body {
    background-color: #eeeee0;
    color: #1d1d1b;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 1.25em;
    margin: 0;
    font-family: "zalando";
}

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

a {
    color: #f91616
}

a:visited {
    color: #ed5fb1;
}

.padding-left a {
    font-size: 1vh;
    font-weight: 200;
}


footer {
    position: fixed;
    bottom: 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-around;
    align-items: center;
}

footer div.centered {
    width: calc(100vw - 18vh);
    text-align: center;
}

footer img {
    height: 8vh;
    justify-self: end;
    margin-right: 0.5vw;
}

.padding-left {
    width: calc(11.5vh + 0.5vw);
}

@media (max-width: 1200px) {
    .long {
        display: none;
    }

}