.Tekst {
    margin: 30px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

h2 {
    text-align: center;
}

h4 {
    text-align: center;
}

em {
    display: block;
    text-align: center;
}

ol {
    list-style-type: circle; /* Genummerde lijst */
    padding-left: 20px; /* Ruimte aan de linkerkant om nummers zichtbaar te maken */
}

li {
    margin-bottom: 5px; /* Optioneel: zorgt voor wat ruimte tussen de lijstitems */
}

.feitelijk { 
    color: gray;
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

small {
    display: block;
    text-align: center;
    color: gray;
    margin-top: 0;
    margin-bottom: 50px;
}
