
body {
 font-family: Arial, sans-serif;
 background-color: #f5f5f5;
 text-align: center;
}

.container {
 margin: 20px auto;
 background-color: #fff;
 padding: 20px;
 border-radius: 10px;
 max-width: 400px;
 box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
 text-align: center;
}

label {
 display: block;
 margin-bottom: 10px;
 font-weight: bold;
}

input {
 width: 100%;
 padding: 8px;
 font-size: 16px;
 border: 1px solid #ccc;
 border-radius: 4px;
 box-sizing: border-box;
}

.kenteken {
 display: inline-block;
 background-color: #008dff; /* Blauw zoals de Nederlandse kentekenplaat */
 color: #ffffff; /* Witte letters */
 padding: 10px;
 border: 2px solid #005ba1; /* Donkerblauwe rand */
 border-radius: 4px;
 margin-top: 10px;
}