* {
    transition: all 0.2s ease-in-out;
}
body { 
    background-color: aliceblue;
    display: grid;
    place-items: center;
    height: 100vh; 
    margin:0;
    font-family: "Open Sans" , sans-serif;
}
.card {
background:rgba(217, 42, 11, 0.867);
border-radius: 4px;
height: 85vh;
width: 80vw;
box-shadow: 0 3px 6px rgba(0, 0, 0, 16), 0 3px 6px rgba(0, 0, 0, 0, 23);
text-align: center;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 1em;
overflow: hidden;
}
    .card img.Kerstborrel {
        width: 100%;
        max-width: 50vw;
        max height: 80vh;
    }
img.Kerstborrel {
    max-height: 40vh;
}
.text {
    padding: 1em;
.space {
    height: 100px;
}