form{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 10px;
    background-color:  rgb(154, 160, 160);
    display: flex;
    flex-direction: column;

    .nietoke{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        border-radius: 2px;
     color:  rgb(0, 0, 0); 
     background-color:  rgb(146, 146, 146);
    }
p{
   text-align: start; 
   margin-top: 20px;

}
.opmerkingen{
   textarea{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    border-radius: 3px;
        color:  rgb(0, 0, 0); 
     background-color:  rgb(146, 146, 146);  
   }
    p{
       justify-self: center ; 
    }
}
.ok{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:  rgb(0, 0, 0); 
     background-color:  rgb(146, 146, 146); 
   align-self: flex-start; 
}
}