#groen
{
    color:green
}

H1
{
font-size: 40px;
}

section
{
    text-align: center;
    justify-self: center;
    width: 90%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px)
{
    section
    {
        width: 600px;
    }
}

p
{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section div ul
{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

section div ul li
{
    width: 250px;
    border-radius: 20px;
    align-content: center;
    background-color: var(--Product-Achtergrond);
    box-shadow: var(--Schaduw);
    padding-top: 10px;
    padding-bottom: 10px;
}

section div ul li a
{
    color: white;
    font-size: 20px;
    font-weight: 600;
}

section div ul li img
{
    width: 90%;
    height: auto;
    border: white 3px solid;
    border-radius: 10px;
    justify-self: center;
    margin-top: 10px;

}

@media (max-width: 768px)
{
    section
    {
margin-left: 5%;
    }
section div ul li img
{
margin-left: 5%;
}
}
