@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: normal;
    src: local('Space Grotesk Bold'), url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2');
}

body {
    background: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}

.kaas {
    background: #D3544D;

}

.kan,
.altijd {
    background: #9AB099;
}

.kaas,
.kan,
.altijd {
    font-feature-settings: 'ss02';
    margin: 0 0.05em;
    padding: 0.1em 0.1em;
}
h1 {
    text-align: end;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 4em;
    max-width: 5em;
}

.wrapper {
    align-content: center;
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    height: 45rem;
    justify-content: center;
    padding: 2rem;
}
