header {
    box-shadow: 0px 10px 6px hsl(0, 0%, 78%);
    border-radius: 20px;
}

.nav ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}

.nav a {
    display: block;
    text-decoration: none;
    padding: 15px;
    text-align: center;
}

.logo {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.datum {
    font-size: 0.7rem;
    margin: 0.5rem 0;
    font-weight: bold;
}

h2 {
    margin: 0;
}

.beschrijving {
    line-height: 1.4;
}

.read-button{
    border-radius: 25px;
    color: white;
    background-color: hsl(21, 90%, 48%);
}

.sport-jong-oud, .wandelen, .buurttuin
 {
    height: fit-content;
    border: 10px solid hsl(0, 0%, 100%);
    border-radius: 25px;
    box-shadow: 1px 5px 10px 10px hsl(0, 0%, 78%);
    padding: 1rem;
    margin: 1rem;
}

.sport-img, .wandel-img, .buurttuin-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}
.flexbox-content {
    display: flex;
    flex-direction: column;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: hsl(239, 34%, 30%)
    
}

