body {
    font-family: Arial, sans-serif;
    background: #eef1f5;
    margin: 0;
    padding: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.container {
    max-width: 900px;
    margin: auto;
    background: #eef1f5;
    padding: 25px;
    border-radius: 12px;
}

a.button, button {
    background: #6aa2a4;
    color: white; 
    padding: 10px 16px;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: 0.2s;
}

a.button:hover, button:hover {
    background: #6aa2a4;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
}

th {
    text-align: left;
    background: #f8f9fb;
    font-weight: bold;
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
}


tr:hover {
    background: #f5f7fa;
}

input, textarea {
    width: 98%;
    padding: 10px;
    margin: 0px 0px 10px;
    border-radius: 8px;
    border: 1px solid #969191;
    font-size: 14px;
}

.alert-error {
    background: #f8d7da;
    color: #ce8881;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.alert-success {
    background: #d4edda;
    color: #83a98c;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.stats {
    margin: 20px 0;
}

.stat {
    display: flex;
    justify-content: space-between;
    background: #34495e;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.stat span {
    font-size: 14px;
}

.stat strong {
    font-size: 16px;
}


.stats {
    margin: 20px 0;
}

.stat {
    display: flex;
    justify-content: space-between;
    background: #c0d0e0;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.acties {
    display: flex;
    gap: 10px;
}

.button.edit {
    background: #b7d6ea;
}

.button.edit:hover {
    background: #b7d6ea;
}


.button.delete {
    background: #ce8881;
}

.button.delete:hover {
    background: #ce8881;
}
h2 {
    margin-top: 30px;
}
