body {
    background-color: #fff;
    font-family: 'Arial', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.opdracht {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.kop{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.tekst {
    font-style: italic;
    margin-bottom: 10px;
}
