* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f5f0;
    color: #22201d;
    font-family: Georgia, "Times New Roman", serif;
}

main {
    width: min(680px, calc(100% - 48px));
    padding: 48px 0;
}

.language {
    margin-bottom: 48px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.language a,
.language .active {
    font-size: 13px;
    color: #8a867f;
    text-decoration: none;
    font-weight: 400;
}

.language .active {
    color: #22201d;
    font-weight: 700;
}

.language .separator {
    margin: 0 8px;
    color: #8a867f;
}

.naam {
    margin: 0 0 18px;
    color: #706c65;
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(48px, 9vw, 88px);
    font-weight: 400;
    line-height: 1.05;
}

.lijn {
    width: 64px;
    height: 1px;
    margin: 34px 0;
    background: #c9c3b9;
}

.hoofdtekst {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
}

.subtekst {
    max-width: 540px;
    margin: 12px 0 34px;
    color: #706c65;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

a {
    color: #5a4636;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #c9c3b9;
    padding-bottom: 3px;
}

a:hover {
    color: #22201d;
    border-color: #22201d;
}