body {
    font-family: "Bahnschrift", sans-serif;
    width: 600px;
    margin: auto;
}

.persoonlijke-gegevens {
    font-weight: bold;
}

img {
    float: right;
    corner
}

h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
    color: #663399;
}

input[type="text"], input[type="date"], input[type="submit"], textarea {
    border-width: 0;
    border-radius: 0 8px 8px 8px;
    background-color: #a080c0;
    color: white;
    font-family: "Bahnschrift", sans-serif;
    font-size: 16px;
    margin: 2px;
}

input[type="submit"] {
    background-color: #663399;
}

input[type="submit"]:active {
    background-color: #663399;
    background-color: #a080c0;
}


input:focus, textarea:focus {
    background-color:#663399;
}

span {
    margin: 20px;
    margin-top: 0;
    display: inline-block;
}

.type-doel {
    display: block;

}

p {
    margin-top: -16px;
    margin-bottom: 0px;
}

textarea {
    resize: none;
    overflow: hidden;
    width: 100%;
}

ol > li > input[type="text"] {
    width: 100%;
    border-color: #b2b2b2;
}