*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
    background-color: rgb(207, 241, 173);
    text-decoration: none;
}
table{
    border: 1px solid black;
    border-collapse: collapse;
}

tr:nth-child(even) {
    background-color: rgb(193, 238, 149);
}

th{
    background-color: chocolate;
    color: white;
}
th, td{
    padding: 8px;
    text-align: left;
}

div.form{
    display: flex;
    justify-content: center;
}
div.button{
    display: flex;
    justify-content: center;
}
div.statistieken{
    display: flex;
    justify-content: center;
}

h1{
    display: flex;
    justify-content: center;
}
button{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center; 
    text-decoration: none;
    font-size: 16px;
}

.verwijderknop{
    text-decoration: none;
    color: white;
}
.updateknop{
    text-decoration: none;
    color: white;
}
.telaatbutton{
    text-decoration: none;
    color: white;
}
.opslaan{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 7px 16px;
    text-align: center; 
    text-decoration: none;
    font-size: 16px;
}

.updateform{
    display: flex;
    justify-content: center;
}
.createform{
    display: flex;
    justify-content: center;
}


